drupal2spip_lal/pyproject.toml

19 lines
319 B
TOML

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