[to #45549080]fix: fix pre_commit dependency importlib-metadata 5.0.0 compability issue

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10443005
This commit is contained in:
mulin.lyh
2022-10-18 17:47:23 +08:00
committed by yingda.chen
parent 865397763e
commit 5f937b20cf
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://gitlab.com/pycqa/flake8.git
rev: 3.8.3
rev: 4.0.0
hooks:
- id: flake8
exclude: thirdparty/|examples/

View File

@@ -1,6 +1,6 @@
repos:
- repo: /home/admin/pre-commit/flake8
rev: 3.8.3
rev: 4.0.0
hooks:
- id: flake8
exclude: thirdparty/|examples/