From 04f49dad4f73e0ddb63a015352ec37698656250e Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 15 Nov 2022 10:22:36 +0000 Subject: [PATCH] pre-commit: Update flake8 repo URL We're using our local version *anyway*, but update this in case we decide to switch. --- .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 20a49627..6737328d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # - id: autopep8 ### # flake8 --show-source -### - repo: https://gitlab.com/pycqa/flake8 +### - repo: https://github.com/PyCQA/flake8 ### rev: '' ### hooks: ### - id: flake8