Flake8 complient
This commit is contained in:
parent
fbe2e7f59a
commit
2313ebcdb4
6 changed files with 26 additions and 13 deletions
5
tox.ini
5
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue