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
|
|
|
|
| drupal2spip_lal/base/management/commands/inspectdb\.py
|
2020-07-16 17:44:31 +02:00
|
|
|
'''
|