mirror of https://gitlab.crans.org/bde/nk20
Add flake8-bugbear and lint all apps
This commit is contained in:
parent
15dd2b8f0c
commit
952c4383e7
3
tox.ini
3
tox.ini
|
@ -24,6 +24,7 @@ commands =
|
||||||
[testenv:linters]
|
[testenv:linters]
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
|
flake8-bugbear
|
||||||
flake8-colors
|
flake8-colors
|
||||||
flake8-django
|
flake8-django
|
||||||
flake8-import-order
|
flake8-import-order
|
||||||
|
@ -31,7 +32,7 @@ deps =
|
||||||
pep8-naming
|
pep8-naming
|
||||||
pyflakes
|
pyflakes
|
||||||
commands =
|
commands =
|
||||||
flake8 apps/activity apps/api apps/logs apps/member apps/note apps/permission apps/treasury apps/wei
|
flake8 apps
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = W503, I100, I101
|
ignore = W503, I100, I101
|
||||||
|
|
Loading…
Reference in New Issue