python-benedict/pyproject.toml

18 lines
178 B
TOML

[tool.black]
py38 = true
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
| venv
)/
'''