]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Updates the pre-commit hook versions
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Tue, 6 Dec 2022 16:25:40 +0000 (08:25 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 8 Dec 2022 03:12:15 +0000 (19:12 -0800)
.pre-commit-config.yaml

index eb45f72247bd4be5c51f14df411ba3396067d5a4..b4e7d002efaf4776f50cff048cb1a9a56d530513 100644 (file)
@@ -5,7 +5,7 @@
 repos:
   # General hooks
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.3.0
+    rev: v4.4.0
     hooks:
       - id: check-docstring-first
       - id: check-json
@@ -53,7 +53,7 @@ repos:
       - id: add-trailing-comma
         exclude: "(migrations)"
   - repo: https://github.com/PyCQA/flake8
-    rev: 5.0.4
+    rev: 6.0.0
     hooks:
       - id: flake8
         files: ^src/
@@ -64,7 +64,7 @@ repos:
     hooks:
       - id: black
   - repo: https://github.com/asottile/pyupgrade
-    rev: v3.2.2
+    rev: v3.3.0
     hooks:
       - id: pyupgrade
         exclude: "(migrations)"