Browse Source

[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
master
mulin.lyh yingda.chen 3 years ago
parent
commit
5f937b20cf
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .pre-commit-config.yaml
  2. +1
    -1
      .pre-commit-config_local.yaml

+ 1
- 1
.pre-commit-config.yaml 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/


+ 1
- 1
.pre-commit-config_local.yaml 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/


Loading…
Cancel
Save