Update pep8 deps - now on latest hacking v6
Hacking bumped to 6.0.0. No code changes needed for flake8. Change-Id: I2bd57cd682081687f93baf4ffdd23b7332edb05c
This commit is contained in:
parent
4357bf2347
commit
0246649c06
2
tox.ini
2
tox.ini
@ -18,7 +18,7 @@ commands = stestr run {posargs}
|
|||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
deps=
|
deps=
|
||||||
hacking>=4.1.0,<5.0.0 # Apache-2.0
|
hacking~=6.0.0 # Apache-2.0
|
||||||
flake8-import-order>=0.17.1 # LGPLv3
|
flake8-import-order>=0.17.1 # LGPLv3
|
||||||
pycodestyle>=2.0.0,<3.0.0 # MIT
|
pycodestyle>=2.0.0,<3.0.0 # MIT
|
||||||
commands = flake8 {posargs}
|
commands = flake8 {posargs}
|
||||||
|
Loading…
Reference in New Issue
Block a user