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

Add flake8-bugbear and lint all apps

This commit is contained in:
Alexandre Iooss
2021-05-05 19:09:33 +02:00
parent 15dd2b8f0c
commit 952c4383e7

View File

@ -24,6 +24,7 @@ commands =
[testenv:linters]
deps =
flake8
flake8-bugbear
flake8-colors
flake8-django
flake8-import-order
@ -31,7 +32,7 @@ deps =
pep8-naming
pyflakes
commands =
flake8 apps/activity apps/api apps/logs apps/member apps/note apps/permission apps/treasury apps/wei
flake8 apps
[flake8]
ignore = W503, I100, I101