This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
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
865397763e
commit
5f937b20cf
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.pre-commit-config.yaml
+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/
Write
Preview
Loading…
Cancel
Save