mirror of
https://github.com/simple-login/app.git
synced 2024-11-03 12:21:02 +01:00
19 lines
315 B
TOML
19 lines
315 B
TOML
|
[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
|
||
|
)/
|
||
|
)
|
||
|
'''
|