Add flake8-bugbear plugin

This commit is contained in:
dgelessus 2019-12-30 03:04:27 +01:00
parent ba284d1800
commit ecee2616cf

View File

@ -8,6 +8,7 @@ commands = {envpython} -m unittest discover --start-directory ./tests
[testenv:flake8] [testenv:flake8]
deps = deps =
flake8 flake8
flake8-bugbear
flake8-tabs flake8-tabs
commands = flake8 commands = flake8