1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

Flake8 complient

This commit is contained in:
Alexandre Iooss
2019-07-16 12:59:11 +02:00
parent fbe2e7f59a
commit 2313ebcdb4
6 changed files with 26 additions and 13 deletions

View File

@ -27,7 +27,7 @@ deps =
pyflakes
pylint
commands =
flake8 note_*
flake8 activity member note
pylint .
[flake8]
@ -41,7 +41,8 @@ exclude =
*.pyc,
*.egg-info,
.cache,
.eggs
.eggs,
*migrations*
max-complexity = 10
import-order-style = google
application-import-names = flake8