Add pep8-naming to flake8 linting

This commit is contained in:
Hugo 2018-05-11 10:31:24 +03:00
parent d35daaaeba
commit 7ac0cbb898

View file

@ -26,6 +26,7 @@ commands = {posargs}
[testenv:lint]
deps =
flake8
pep8-naming
commands =
flake8 .