]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Updates black version to fix issues 552/head
authorTrenton Holmes <holmes.trenton@gmail.com>
Mon, 28 Mar 2022 18:12:14 +0000 (11:12 -0700)
committerTrenton Holmes <holmes.trenton@gmail.com>
Mon, 28 Mar 2022 19:23:25 +0000 (12:23 -0700)
.github/workflows/ci.yml
.pre-commit-config.yaml

index 5685610288feef8f756c695d9682bd048f26ede8..da3e7dfd2d7f5e523f371a9265ae0fa1d3d37ba8 100644 (file)
@@ -78,7 +78,7 @@ jobs:
         uses: psf/black@stable
         with:
           options: "--check --diff"
-          version: "22.1.0"
+          version: "22.3.0"
       -
         name: Run flake8 checks
         run: |
index 3758e40ba7cabe9ac91f15198d62c6797ba73656..cdc98a35b383f133bde3fe03a842573ac9971049 100644 (file)
@@ -27,7 +27,7 @@ repos:
       - id: check-case-conflict
       - id: detect-private-key
   - repo: https://github.com/pre-commit/mirrors-prettier
-    rev: "v2.5.1"
+    rev: "v2.6.1"
     hooks:
       - id: prettier
         types_or:
@@ -37,7 +37,7 @@ repos:
         exclude: "(^Pipfile\\.lock$)"
   # Python hooks
   - repo: https://github.com/asottile/reorder_python_imports
-    rev: v2.7.1
+    rev: v3.0.1
     hooks:
       - id: reorder-python-imports
         exclude: "(migrations)"
@@ -59,7 +59,7 @@ repos:
         args:
           - "--config=./src/setup.cfg"
   - repo: https://github.com/psf/black
-    rev: 22.1.0
+    rev: 22.3.0
     hooks:
       - id: black
   # Dockerfile hooks