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

Conflicts:
	.zuul.yaml

This backport does not contain the change in .zuul.yaml because
the podman job does not exist in stable/1.6.

Closes-Bug: #1996668
Depends-on: https://review.opendev.org/c/openstack/tripleo-ci/+/864603
Change-Id: I5e50c0e9ffe2ab8cc527f2f2b4c887b09c5b1431
(cherry picked from commit 0cd855c450)
This commit is contained in:
Takashi Kajinami 2022-11-16 11:10:11 +09:00
parent 04ed7b2d47
commit bdc2a5d317
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict -f parsable
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/pycqa/flake8
rev: 3.9.1
hooks:
- id: flake8