File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Add this to your `.pre-commit-config.yaml`
88
99``` yaml
1010- repo : https://github.com/open-mmlab/pre-commit-hooks
11- rev : v0.4.0 # Use the ref you want to point at
11+ rev : v0.4.1 # Use the ref you want to point at
1212 hooks :
1313 - id : check-algo-readme
1414 - id : check-copyright
@@ -51,7 +51,7 @@ Check the validity of the ecosystem yaml file
5151
5252` ` ` yaml
5353 - repo: https://github.com/open-mmlab/pre-commit-hooks
54- rev: v0.4.0
54+ rev: v0.4.1
5555 hooks:
5656 - id: check-ecosystem-validity
5757 args: [projects_index.yaml]
7777
7878` ` ` yaml
7979 - repo: https://github.com/open-mmlab/pre-commit-hooks
80- rev: v0.4.0
80+ rev: v0.4.1
8181 hooks:
8282 - id: remove-improper-eol-in-cn-docs
8383` ` `
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def readme():
99
1010setup (
1111 name = 'pre_commit_hooks' ,
12- version = '0.4.0 ' ,
12+ version = '0.4.1 ' ,
1313 description = 'A pre-commit hook for OpenMMLab projects' ,
1414 long_description = readme (),
1515 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments