From 72c5ca1fe0aac4d241eabfebdc9f37c0eb8415c0 Mon Sep 17 00:00:00 2001 From: David Smith Date: Wed, 14 Dec 2022 19:23:02 +0000 Subject: [PATCH] Updated flake8 repo location in pre-commit config 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 0379a317..b0f9c390 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: isort args: ["--profile=black"] - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/pycqa/flake8 rev: 3.8.4 hooks: - id: flake8