From b74d937c9daaf440d0f470d9c19c97b9b29e1394 Mon Sep 17 00:00:00 2001 From: Yun Zheng Hu Date: Thu, 17 Nov 2022 11:49:37 +0100 Subject: [PATCH] Update git repo for flake8 (#43) It's moved from GitLab to GitHub --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f171a41..005032c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: black args: [--check, --diff] language_version: python3 - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/pycqa/flake8 rev: 5.0.4 hooks: - id: flake8 @@ -14,4 +14,4 @@ repos: rev: v2.2.2 hooks: - id: codespell - args: [--ignore-words=docs/codespell-ignore-words.txt] \ No newline at end of file + args: [--ignore-words=docs/codespell-ignore-words.txt]