pre-commit: Bump versions

Change-Id: Id4a832f5253f84008cf6b813eb84409eb4436157
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2024-09-24 15:43:42 +01:00
parent 5407bd8304
commit 6ae5d3bef6

View File

@ -15,7 +15,7 @@ repos:
files: .*\.(yaml|yml)$
exclude: '^zuul.d/.*$'
- repo: https://github.com/PyCQA/doc8
rev: v1.1.1
rev: v1.1.2
hooks:
- id: doc8
- repo: https://github.com/asottile/pyupgrade
@ -24,7 +24,7 @@ repos:
- id: pyupgrade
args: ['--py38-plus']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.6.7
hooks:
- id: ruff
args: ['--fix']