feat(lint): configuration des linters

This commit is contained in:
François Poulain 2020-08-01 14:37:57 +02:00
parent 494135a4d7
commit 3f429f573b
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -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