Files
stree_datasets/pyproject.toml
2020-11-20 11:23:40 +01:00

16 lines
173 B
TOML

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