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 6dc57261eb)
This commit is contained in:
Takashi Kajinami
2022-11-16 11:09:24 +09:00
committed by mbu
parent 7a6de0ca3d
commit 0b6b0089f2

View File

@@ -12,7 +12,7 @@ repos:
- id: check-symlinks
- id: debug-statements
- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/pycqa/flake8
rev: 3.8.3
hooks:
- id: flake8