]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fixes the link for flake8 to the new (?) GitHub repo
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Mon, 14 Nov 2022 23:47:22 +0000 (15:47 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Mon, 14 Nov 2022 23:47:22 +0000 (15:47 -0800)
.pre-commit-config.yaml

index f1bf47d14c85a738a0deff2b75a588cc84da61cf..c9f70ee81aac4b0e61e4d4bae1f782b90fb8eb82 100644 (file)
@@ -51,8 +51,8 @@ repos:
     hooks:
       - id: add-trailing-comma
         exclude: "(migrations)"
-  - repo: https://gitlab.com/pycqa/flake8
-    rev: 3.9.2
+  - repo: https://github.com/PyCQA/flake8
+    rev: 5.0.4
     hooks:
       - id: flake8
         files: ^src/
@@ -63,7 +63,7 @@ repos:
     hooks:
       - id: black
   - repo: https://github.com/asottile/pyupgrade
-    rev: v3.1.0
+    rev: v3.2.2
     hooks:
       - id: pyupgrade
         exclude: "(migrations)"