feat(lint): configuration des linters
This commit is contained in:
parent
494135a4d7
commit
3f429f573b
@ -13,5 +13,6 @@ exclude = '''
|
|||||||
)/
|
)/
|
||||||
| urls(|_.+|/.+).py
|
| urls(|_.+|/.+).py
|
||||||
| drupal2spip_lal/drupal/models\.py
|
| drupal2spip_lal/drupal/models\.py
|
||||||
|
| drupal2spip_lal/spip/models\.py
|
||||||
| drupal2spip_lal/base/management/commands/inspectdb\.py
|
| drupal2spip_lal/base/management/commands/inspectdb\.py
|
||||||
'''
|
'''
|
||||||
|
@ -32,6 +32,7 @@ exclude =
|
|||||||
dist,
|
dist,
|
||||||
docs,
|
docs,
|
||||||
drupal2spip_lal/drupal/models.py,
|
drupal2spip_lal/drupal/models.py,
|
||||||
|
drupal2spip_lal/spip/models.py,
|
||||||
drupal2spip_lal/base/management/commands/inspectdb.py,
|
drupal2spip_lal/base/management/commands/inspectdb.py,
|
||||||
node_modules
|
node_modules
|
||||||
max-line-length = 80
|
max-line-length = 80
|
||||||
|
Loading…
Reference in New Issue
Block a user