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
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 2 additions and 1 deletions

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