drupal2spip_lal/pyproject.toml

19 lines
319 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
2020-08-01 11:36:57 +02:00
| drupal2spip_lal/drupal/models\.py
2020-08-01 14:37:57 +02:00
| drupal2spip_lal/spip/models\.py
2020-08-01 11:36:57 +02:00
| drupal2spip_lal/base/management/commands/inspectdb\.py
2020-07-16 17:44:31 +02:00
'''