From a48f386b41ff9dbdab7125e3a362b8eaae5b1af6 Mon Sep 17 00:00:00 2001 From: Ernesto Tejeda Date: Wed, 1 Jun 2022 12:59:23 -0400 Subject: [PATCH] [IMP] Change pre-commit flake8 URL https://gitlab.com/pycqa/flake8 is currently blocked for some countries and this gitlab repository is a mirror of the github one https://github.com/pycqa/flake8 --- .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 8e76adb..c364330 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: mixed-line-ending args: ["--fix=lf"] - id: trailing-whitespace - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/pycqa/flake8 rev: 3.9.2 hooks: - id: flake8