From 74787c9aa8a01475f24b548d7fd674e621b0c5ec Mon Sep 17 00:00:00 2001 From: Suren Gabrielyan Date: Mon, 21 Nov 2022 16:31:20 +0400 Subject: [PATCH] CI: Updated flake8 to use 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 1934ced13..1296a0a7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - id: debug-statements - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/pycqa/flake8 rev: 5.0.4 hooks: - id: flake8