python-benedict/pyproject.toml

17 lines
166 B
TOML
Raw Normal View History

[tool.black]
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
2022-10-18 12:19:24 +00:00
| venv
)/
'''