From c6a4dd58844534fd5e2f7256fc1104c5d676e17b Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Tue, 15 Nov 2022 09:58:40 -0500 Subject: [PATCH] s/gitlab/github for flake8 precommit 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 a0290fdf762..6877497ae37 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: args: - "--check" - "--diff" -- repo: https://gitlab.com/pycqa/flake8 +- repo: https://github.com/pycqa/flake8 rev: 4.0.1 hooks: - id: flake8