From ceddfa58aa62df2cc85b0520d5af4a7c0bf6c9ce Mon Sep 17 00:00:00 2001 From: colej Date: Fri, 23 Sep 2022 12:21:04 +0100 Subject: [PATCH] Change flake8 from gitlab mirror to github main repository --- .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 0b576ca..70d6a48 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: black name: black - consistent Python code formatting (auto-fixes) language_version: python # Should be a command that runs python3.6+ - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 3.9.2 hooks: - id: flake8