]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
pre-commit: Bump versions
authorStephen Finucane <stephen@that.guru>
Tue, 16 Jan 2024 16:04:21 +0000 (16:04 +0000)
committerStephen Finucane <stephen@that.guru>
Tue, 16 Jan 2024 21:58:30 +0000 (21:58 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
.pre-commit-config.yaml

index 94616a80ea260877fe1c42bbe3c729bd90556e5e..fdcd401253f76ecef3ef18fdb4f9f1cd903fafbc 100644 (file)
@@ -4,7 +4,7 @@ default_language_version:
   python: python3
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.4.0
+    rev: v4.5.0
     hooks:
       - id: check-executables-have-shebangs
       - id: check-merge-conflict
@@ -21,7 +21,7 @@ repos:
       - id: remove-crlf
         exclude: (.*\.mbox)|(.*\.svg)
   - repo: https://github.com/pycqa/flake8
-    rev: 6.1.0
+    rev: 7.0.0
     hooks:
       - id: flake8
   - repo: https://github.com/openstack/bashate
@@ -29,6 +29,6 @@ repos:
     hooks:
       - id: bashate
   - repo: https://github.com/psf/black
-    rev: 23.7.0
+    rev: 23.12.1
     hooks:
       - id: black