From 7f9e4f0d1ff874c1080c35021803a07beaf9423c Mon Sep 17 00:00:00 2001 From: Teemu R Date: Tue, 15 Nov 2022 18:15:02 +0100 Subject: [PATCH] Update pre-commit url for flake8 (#1598) Flake8 has moved to github, this fixes the build. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 134b2892c..841bb3cbe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: docformatter args: [--in-place, --wrap-summaries, '88', --wrap-descriptions, '88'] -- repo: https://gitlab.com/pycqa/flake8 +- repo: https://github.com/pycqa/flake8 rev: 3.9.2 hooks: - id: flake8