drupal2spip_lal/pyproject.toml

16 lines
192 B
TOML
Raw Normal View History

2020-07-16 17:44:31 +02:00
[tool.black]
line-length = 79
skip-string-normalization = true
exclude = '''
/(
\.git
| venv
| local
| var
| migrations
| node_modules
| assets
)/
| urls(|_.+|/.+).py
'''