mirror of
https://github.com/simple-login/app.git
synced 2024-11-11 01:42:54 +08:00
18 lines
315 B
TOML
18 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
|
|
)/
|
|
)
|
|
'''
|