From 4429d31c862c3245edc050120458f9b1a70d7dd1 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 16 Nov 2022 10:49:08 +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: Ia16711e0bc6683346963507a1d2dc8b093daca62 --- .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 6c92f3a2a..f41dd121b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ --- repos: - - repo: https://gitlab.com/pycqa/flake8.git + - repo: https://github.com/pycqa/flake8.git rev: 3.8.4 hooks: - id: flake8