Add pep8-naming to flake8 linting
This commit is contained in:
parent
d35daaaeba
commit
7ac0cbb898
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
@ -26,6 +26,7 @@ commands = {posargs}
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
|
pep8-naming
|
||||||
commands =
|
commands =
|
||||||
flake8 .
|
flake8 .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue