feat(lint): configuration des linters

wip_revisions
François Poulain 3 years ago
parent 494135a4d7
commit 3f429f573b

@ -13,5 +13,6 @@ exclude = '''
)/
| urls(|_.+|/.+).py
| drupal2spip_lal/drupal/models\.py
| drupal2spip_lal/spip/models\.py
| drupal2spip_lal/base/management/commands/inspectdb\.py
'''

@ -32,6 +32,7 @@ exclude =
dist,
docs,
drupal2spip_lal/drupal/models.py,
drupal2spip_lal/spip/models.py,
drupal2spip_lal/base/management/commands/inspectdb.py,
node_modules
max-line-length = 80

Loading…
Cancel
Save