acres / pyproject.toml
Patrick Walukagga
Add liniting
14a4318
raw
history blame contribute delete
198 Bytes
[tool.black]
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| env
|venv
| _build
| buck-out
| build
| dist
| migrations
|alembic
)/
'''