Upgrade pep8 deps - including hacking v6

Upgraded pep8 deps:
- hacking is now ~=6.0.0
- Updated pycodestyle to anything less than 3.0.0, to bring in line with
  other repos and correct pip errors.

Change-Id: I9500ad85a222724f5059f17a0a4a2bbf319dc7b3
This commit is contained in:
Jay Faulkner 2023-04-21 12:31:51 -07:00
parent e63fb2ee6a
commit c52f0a7e99
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@ commands = stestr run {posargs}
[testenv:pep8]
deps =
hacking>=3.1.0,<4.0.0 # Apache-2.0
hacking~=6.0.0 # Apache-2.0
doc8>=0.8.1 # 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.md doc/source