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
This commit is contained in:
Takashi Kajinami 2022-11-16 10:49:08 +09:00
parent 0cba88a0c1
commit 4429d31c86
1 changed files with 1 additions and 1 deletions

View File

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