Increase version of hacking and pycodestyle

Change-Id: I8eef87bd3201943436ee512b0795701438714bea
This commit is contained in:
Riccardo Pittau 2021-08-02 09:44:54 +02:00
parent b393a8bc1f
commit c17279ef35

View File

@ -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