From bcace2d12ee935b09fe94b595afd2cdd9334cd26 Mon Sep 17 00:00:00 2001 From: Telmo Santos Date: Mon, 23 Jan 2023 16:12:05 +0100 Subject: [PATCH] Update flake8 repo --- .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 6c30e90..4662243 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,7 +63,7 @@ repos: - id: check-xml - id: mixed-line-ending args: ["--fix=lf"] - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 3.7.9 hooks: - id: flake8