pre-commit: Bump versions

Change-Id: I5c333a486ca11246ce5aebb2fabc3624a7534267
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2025-11-04 16:14:05 +00:00
parent 324af749bb
commit 6c1e8cda78
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
# whitespace
- id: trailing-whitespace
@@ -59,7 +59,7 @@ repos:
args: ['--ignore-words=doc/dictionary.txt']
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.15.0
rev: v1.18.2
hooks:
- id: mypy
additional_dependencies:
@@ -94,7 +94,7 @@ repos:
)
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v1.0.0
rev: v1.0.1
hooks:
- id: sphinx-lint
args: [--enable=default-role]