Add flake8-bugbear plugin

This commit is contained in:
dgelessus 2019-12-30 03:04:27 +01:00
parent ba284d1800
commit ecee2616cf
1 changed files with 1 additions and 0 deletions

View File

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