]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Updates to the latest pre-commit hook versions
authorTrenton Holmes <holmes.trenton@gmail.com>
Wed, 26 Oct 2022 21:21:51 +0000 (14:21 -0700)
committerTrenton H <holmes.trenton@gmail.com>
Thu, 27 Oct 2022 20:50:08 +0000 (13:50 -0700)
.pre-commit-config.yaml

index 4c5a9d483dc34e9d009b930d5d2f4d0e0ac98d4e..f1bf47d14c85a738a0deff2b75a588cc84da61cf 100644 (file)
@@ -37,7 +37,7 @@ repos:
         exclude: "(^Pipfile\\.lock$)"
   # Python hooks
   - repo: https://github.com/asottile/reorder_python_imports
-    rev: v3.8.3
+    rev: v3.9.0
     hooks:
       - id: reorder-python-imports
         exclude: "(migrations)"
@@ -63,7 +63,7 @@ repos:
     hooks:
       - id: black
   - repo: https://github.com/asottile/pyupgrade
-    rev: v3.0.0
+    rev: v3.1.0
     hooks:
       - id: pyupgrade
         exclude: "(migrations)"