Bump hacking to 7.0.0

Change-Id: I130b530e753268113135113ec97590b6a18b34ab
This commit is contained in:
Pierre Riteau 2024-12-20 21:34:59 +01:00
parent eb79c2795a
commit afabcb8653
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
hacking>=3.1.0,<3.2.0 # Apache-2.0
hacking>=7.0.0,<7.1.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0,<4.0 # BSD

View File

@ -38,7 +38,8 @@ commands = python setup.py build_sphinx
[flake8]
# E123, E125 skipped as they are invalid PEP-8
ignore = W605, W503, W504, E731
# H216 ignored until we drop third-party mock library
ignore = W605, W503, W504, E731, H216
show-source = true
builtins = _
exclude=.venv*,.git,.tox,dist,doc,*lib/python*,*egg,tools,build