pre-commit: Bump versions

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I223ef4b7e1e53c713e5dcea22066350e41b94292
This commit is contained in:
Stephen Finucane
2024-08-15 10:49:23 +01:00
parent 28a0c502d2
commit 34107aabbb

View File

@@ -13,7 +13,7 @@ repos:
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://opendev.org/openstack/hacking
rev: 7.0.0
rev: 8.0.0
hooks:
- id: hacking
additional_dependencies: []
@@ -23,7 +23,7 @@ repos:
- id: bandit
args: ['-c', 'pyproject.toml']
- repo: https://github.com/asottile/pyupgrade
rev: v3.20.0
rev: v3.21.0
hooks:
- id: pyupgrade
args: [--py310-plus]