From: Trenton Holmes Date: Wed, 26 Oct 2022 21:21:51 +0000 (-0700) Subject: Updates to the latest pre-commit hook versions X-Git-Tag: v1.10.0-beta.rc1~1^2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b82ab95fbd2f514c6221bf1107c77e621a7b6d7;p=thirdparty%2Fpaperless-ngx.git Updates to the latest pre-commit hook versions --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c5a9d483d..f1bf47d14c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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)"