From d07b15cfd5bf51c4ee10a10a7cfdb0b202c14f4a Mon Sep 17 00:00:00 2001 From: Mike Cantelon Date: Fri, 13 Jan 2023 12:45:29 -0800 Subject: [PATCH] Change Flake repo in pre-commit. The previously used gitlab repo seems to be private now so switched to Flake's Github 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 59a7dc79..0fb664c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: black args: [--safe, --quiet] language_version: python3 -- repo: https://gitlab.com/pycqa/flake8 +- repo: https://github.com/PyCQA/flake8 rev: 3.8.3 hooks: - id: flake8