]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Update pre-commit plugins
authorStephen Finucane <stephen@that.guru>
Fri, 6 May 2022 19:00:19 +0000 (20:00 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 6 May 2022 19:05:29 +0000 (20:05 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
.pre-commit-config.yaml

index 8a6e51c275708754f41eba02c5c0fcc483920be2..9198b7d6553c87b69c2767b960328201d565d5e9 100644 (file)
@@ -4,7 +4,7 @@ default_language_version:
   python: python3
 repos:
 - repo: https://github.com/pre-commit/pre-commit-hooks
-  rev: v2.5.0
+  rev: v4.2.0
   hooks:
   - id: check-executables-have-shebangs
   - id: check-merge-conflict
@@ -14,11 +14,11 @@ repos:
   - id: trailing-whitespace
     exclude: (.*\.mbox)|(.*\.svg)
 - repo: https://gitlab.com/pycqa/flake8
-  rev: 3.7.9
+  rev: 3.9.2
   hooks:
   - id: flake8
 - repo: https://github.com/Lucas-C/pre-commit-hooks
-  rev: v1.1.7
+  rev: v1.1.13
   hooks:
   - id: remove-tabs
     exclude: (.*\.mbox)|(.*\.svg)|(.*\.sql)|(.*\.conf)