From 2dbaaced1c97c043ff65e1cbb106b40a024731e6 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 16 Nov 2022 11:09:24 +0900 Subject: [PATCH] Pull flake8 from Github It seems flake8 is no longer available in Gitlab. This change switches the source from Gitlab to Github to avoid the following failure. fatal: could not read Username for 'https://gitlab.com': No such device or address Closes-Bug: #1996668 Depends-on: https://review.opendev.org/c/openstack/tripleo-ci/+/864603 Change-Id: I0735454daa5fc83ea37c278b98f22870d4dfa135 (cherry picked from commit 6dc57261eb67399dc72a852c9fd336df96f8ae98) --- .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 94ce09927..b083313c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: debug-statements files: .*\.(yaml|yml)$ - - repo: https://gitlab.com/pycqa/flake8 + - repo: https://github.com/pycqa/flake8 rev: 3.9.1 hooks: - id: flake8