OSCH/pyproject.toml

17 lines
184 B
TOML

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