Replace the URL of flake8 in .pre-commit-hook.yml (#231)

* pull flake8 from github

* pull flake8 from github
This commit is contained in:
Zaida Zhou 2022-05-17 17:30:01 +08:00 committed by GitHub
parent 689837d2b8
commit 84e60f6463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
exclude: ^tests/data/ exclude: ^tests/data/
repos: repos:
- repo: https://gitlab.com/pycqa/flake8.git - repo: https://github.com/PyCQA/flake8
rev: 3.8.3 rev: 3.8.3
hooks: hooks:
- id: flake8 - id: flake8