From b3e833f0eaf64349357c284a65630cdf8292734e Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela Date: Tue, 15 Nov 2022 09:04:33 +0100 Subject: [PATCH] Change source of flake8 from gitlab to github --- .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 61a4f8da18..bd47e7b807 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: hooks: - id: isort -- repo: https://gitlab.com/PyCQA/flake8 +- repo: https://github.com/PyCQA/flake8 rev: 5.0.4 hooks: - id: flake8