feat(lint): configuration des linters

This commit is contained in:
François Poulain 2020-08-01 11:36:57 +02:00
parent c5e369e873
commit a69c9d2549
2 changed files with 4 additions and 0 deletions

View File

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

View File

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