drupal2spip_lal/pyproject.toml
2020-08-01 11:38:37 +02:00

16 lines
192 B
TOML

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