gaby/pyproject.toml

16 lignes
200 B
TOML

[tool.black]
line-length = 79
skip-string-normalization = true
exclude = '''
/(
\.git
| venv
| venv.*
| local
| var
| migrations
| node_modules
| assets
| staticfiles
)/
'''