Files
django-template/pyproject.toml
Fundor333 a47c01d8e6 Adding testing
Adding testing with flask8, pre-commit and pyproject
2020-10-20 16:52:42 +02:00

17 lines
174 B
TOML

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