mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
Replace the URL of flake8 in .pre-commit-hook.yml (#231)
* pull flake8 from github * pull flake8 from github
This commit is contained in:
parent
689837d2b8
commit
84e60f6463
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user