Increase version of hacking and pycodestyle
Change-Id: I8eef87bd3201943436ee512b0795701438714bea
This commit is contained in:
parent
b393a8bc1f
commit
c17279ef35
4
tox.ini
4
tox.ini
@ -22,10 +22,10 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||
|
||||
[testenv:pep8]
|
||||
deps =
|
||||
hacking>=3.1.0,<4.0.0 # Apache-2.0
|
||||
hacking>=4.1.0,<5.0.0 # Apache-2.0
|
||||
doc8>=0.6.0 # Apache-2.0
|
||||
flake8-import-order>=0.17.1 # LGPLv3
|
||||
pycodestyle>=2.0.0,<2.7.0 # MIT
|
||||
pycodestyle>=2.0.0,<3.0.0 # MIT
|
||||
commands =
|
||||
flake8 {posargs}
|
||||
doc8 README.rst CONTRIBUTING.rst HACKING.rst doc/source
|
||||
|
Loading…
Reference in New Issue
Block a user