Add pep8-naming to flake8 linting

This commit is contained in:
Ian Stapleton Cordasco 2017-11-26 08:46:49 -06:00
parent a3a2539a23
commit c60546e896
No known key found for this signature in database
GPG key ID: C9D7A2604B4FCB2A
5 changed files with 13 additions and 12 deletions

View file

@ -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