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
This commit is contained in:
Takashi Kajinami 2022-11-16 11:09:24 +09:00
parent f55723762d
commit 6dc57261eb
1 changed files with 1 additions and 1 deletions

View File

@ -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