From 55fed5c25de01d87578cbb64afc7215943e04b1e Mon Sep 17 00:00:00 2001 From: Sage Abdullah <sage.abdullah@torchbox.com> Date: Tue, 14 Feb 2023 14:11:43 +0000 Subject: [PATCH] Update flake8 pre-commit link to GitHub They moved: https://www.youtube.com/watch?v=1FIgj9Q5e6A --- .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 27faaa847f..ec2a308cfe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: rev: 5.6.4 hooks: - id: isort - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/pycqa/flake8 # flake8 config is in setup.cfg rev: 3.8.4 hooks: