From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Mon, 14 Nov 2022 23:47:22 +0000 (-0800) Subject: Fixes the link for flake8 to the new (?) GitHub repo X-Git-Tag: v1.10.0-beta.rc2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ae8200593e6c92f92004c2bf13f1e19d930775e;p=thirdparty%2Fpaperless-ngx.git Fixes the link for flake8 to the new (?) GitHub repo --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f1bf47d14c..c9f70ee81a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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)"