]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
pre-commit: Bump versions
authorStephen Finucane <stephen@that.guru>
Mon, 8 Apr 2024 09:52:30 +0000 (10:52 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 12 Jul 2024 09:32:50 +0000 (10:32 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
.pre-commit-config.yaml

index 367d7e05c696e69d645bbb9ca6034f6620943b52..5cc90fce537ce2f4db4f0bd6365de508d4e29b31 100644 (file)
@@ -4,7 +4,7 @@ default_language_version:
   python: python3
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.5.0
+    rev: v4.6.0
     hooks:
       - id: check-executables-have-shebangs
       - id: check-merge-conflict
@@ -14,7 +14,7 @@ repos:
       - id: trailing-whitespace
         exclude: (.*\.mbox)|(.*\.svg)
   - repo: https://github.com/Lucas-C/pre-commit-hooks
-    rev: v1.5.4
+    rev: v1.5.5
     hooks:
       - id: remove-tabs
         exclude: (.*\.mbox)|(.*\.svg)|(.*\.sql)|(.*\.conf)
@@ -22,7 +22,7 @@ repos:
         exclude: (.*\.mbox)|(.*\.svg)
   - repo: https://github.com/astral-sh/ruff-pre-commit
     # Ruff version.
-    rev: v0.1.13
+    rev: v0.5.1
     hooks:
       # Run the linter.
       - id: ruff
@@ -33,7 +33,7 @@ repos:
     hooks:
       - id: bashate
   - repo: https://github.com/daveshanley/vacuum
-    rev: v0.7.2
+    rev: v0.11.1
     hooks:
       - id: vacuum
         files: ^docs/api/schemas/(latest|v\d\.\d)/patchwork.yaml