Bump hacking version

This bumps the version of flake8 and resolves some erroneous failures in
f-strings. A number of new E721 (do not compare types) class errors are
picked up, which are all addressed.

Change-Id: I7a1937b107ff3af8d1e5fe23fc32b120ef4697f7
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2023-12-12 18:31:30 +00:00
parent 85254256b4
commit 3973fc393c
10 changed files with 17 additions and 21 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ repos:
- id: remove-tabs
exclude: '.*\.(svg)$'
- repo: https://opendev.org/openstack/hacking
rev: 6.0.1
rev: 6.1.0
hooks:
- id: hacking
additional_dependencies: []