From 5c28cac7489fd038361bbda90446f0ec63e7b6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Vitters=C3=B8?= Date: Tue, 15 Nov 2022 12:08:27 +0100 Subject: [PATCH] build(ci/cd): update flake8 repo location --- .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 93f01d40..4ac8818b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -88,7 +88,7 @@ repos: types: [file] args: ["--config=web/.eslintrc.json", "--ignore-path=web/.eslintignore"] - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 4.0.1 hooks: - id: flake8