From b38c91c681c2b5737d69b811620947071d0d0354 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Sat, 3 Sep 2022 09:34:46 -0400 Subject: [PATCH] change flake8 repo since gitlab is down for maintenace. --- .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 e0739d10..3515fc9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: hooks: - id: black -- repo: https://gitlab.com/pycqa/flake8 +- repo: https://github.com/PyCQA/flake8 rev: 4.0.1 hooks: - id: flake8