Bump hacking to 8.0.0
Change-Id: Ied4fd77fecf2845baeb22a17a733ac5ff41334ce Signed-off-by: Eric Harney <eharney@redhat.com>
This commit is contained in:
@@ -22,7 +22,7 @@ repos:
|
||||
- id: remove-tabs
|
||||
exclude: '.*\.(svg)$'
|
||||
- repo: https://opendev.org/openstack/hacking
|
||||
rev: 7.0.0
|
||||
rev: 8.0.0
|
||||
hooks:
|
||||
- id: hacking
|
||||
additional_dependencies: []
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
# Install bounded pep8/pyflakes first, then let flake8 install
|
||||
hacking>=7.0.0,<7.1.0 # Apache-2.0
|
||||
hacking>=8.0.0,<8.1.0 # Apache-2.0
|
||||
flake8-import-order>=0.19.2 # LGPLv3
|
||||
|
||||
stestr>=3.2.1 # Apache-2.0
|
||||
|
||||
@@ -245,7 +245,8 @@ commands =
|
||||
# reason: no real benefit
|
||||
# G200 Logging statements should not include the exception
|
||||
# reason: Many existing cases of this that may be legitimate
|
||||
ignore = E251,E402,W503,W504,H101,G200
|
||||
# F824 temporary skip to bump to hacking 8.0.0
|
||||
ignore = E251,E402,W503,W504,H101,G200,F824
|
||||
# H904 Delay string interpolations at logging calls.
|
||||
enable-extensions = H106,H203,H904
|
||||
exclude = .git,.venv,.tox,dist,tools,doc/ext,*egg,build
|
||||
|
||||
Reference in New Issue
Block a user