pre-commit: Bump versions

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I3c21ad09d801702342600dd7db5cbfe075445afb
This commit is contained in:
Stephen Finucane
2026-06-23 13:18:28 +01:00
parent cf3def9a4f
commit 895cfce32d
+2 -2
View File
@@ -13,13 +13,13 @@ repos:
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.10
rev: v0.15.18
hooks:
- id: ruff-check
args: ['--fix', '--unsafe-fixes']
- id: ruff-format
- repo: https://opendev.org/openstack/hacking
rev: 8.0.0
rev: 8.1.0
hooks:
- id: hacking
additional_dependencies: []