Move flake8 into src

This is an emerging best practice and there is little reason to not
follow it
This commit is contained in:
Ian Cordasco 2016-06-25 10:12:13 -05:00
parent 5c8d767626
commit 1a2c68f5da
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
32 changed files with 8 additions and 4 deletions

View file

@ -24,7 +24,7 @@ deps =
flake8-docstrings>=0.2.7
flake8-import-order
commands =
flake8
flake8 src/flake8/ tests/ setup.py
[testenv:pylint]
basepython = python3