From 544ca4b7ed3ada1bb810f53751d1a4141d383c6b Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Sat, 3 Dec 2022 08:57:04 +0100 Subject: [PATCH] Update flake8 URL The Gitlab.com repo was removed today --- .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 1539ef3..35b0470 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: hooks: - id: isort - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 5.0.4 hooks: - id: flake8