tox: Update flake8 to 2.5.2.
- Parse output_file and enable_extensions from config files - Raise upper bound on mccabe plugin to allow for version 0.4.0
This commit is contained in:
parent
67fd94b189
commit
c9deee0835
2
tox.ini
2
tox.ini
@ -162,7 +162,7 @@ basepython = python3
|
|||||||
passenv =
|
passenv =
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
flake8==2.5.1
|
flake8==2.5.2
|
||||||
flake8-debugger==1.4.0
|
flake8-debugger==1.4.0
|
||||||
pep8-naming==0.3.3
|
pep8-naming==0.3.3
|
||||||
flake8-putty==0.2.0
|
flake8-putty==0.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user