mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
Move flake8 into src
This is an emerging best practice and there is little reason to not follow it
This commit is contained in:
parent
5c8d767626
commit
1a2c68f5da
32 changed files with 8 additions and 4 deletions
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue