From dd9879746fc833144551cf7b0c8a167cd99d30c8 Mon Sep 17 00:00:00 2001 From: "Antonio [Vauxoo]" <101678296+antonag32@users.noreply.github.com> Date: Fri, 18 Nov 2022 14:06:49 -0600 Subject: [PATCH] [FIX] pre-commit-config: Update flake8 repo (#446) flake8 deprecated the gitlab url in pro github --- .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 fc947510..366f572b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,7 +81,7 @@ repos: args: - --settings=. exclude: /__init__\.py$ - - repo: https://gitlab.com/PyCQA/flake8 + - repo: https://github.com/PyCQA/flake8 rev: 3.9.2 hooks: - id: flake8