mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 23:54:17 +00:00
Add pep8-naming to flake8 linting
This commit is contained in:
parent
a3a2539a23
commit
c60546e896
5 changed files with 13 additions and 12 deletions
1
tox.ini
1
tox.ini
|
|
@ -37,6 +37,7 @@ deps =
|
|||
flake8
|
||||
flake8-docstrings>=0.2.7
|
||||
flake8-import-order>=0.9
|
||||
pep8-naming
|
||||
commands =
|
||||
flake8 src/flake8/ tests/ setup.py
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue