app-MAIL-temp/pyproject.toml

19 lines
315 B
TOML
Raw Normal View History

2019-12-22 12:57:16 +01:00
[tool.black]
exclude = '''
(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
| migrations # migrations/ is generated by alembic
)/
)
'''