File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Enforce rules regarding frozen revisions in `.pre-commit-config.yaml`.
10
10
``` yaml
11
11
# Enforce frozen revisions in `.pre-commit-config.yaml`
12
12
- repo : https://github.com/real-yfprojects/check-pre-commit-config
13
- rev : v1.0.0-alpha2
13
+ rev : v1.0.0-alpha3
14
14
hooks :
15
15
- id : check-frozen
16
16
` ` `
@@ -89,7 +89,7 @@ are passed to the underlying script when the hook is run. The following configur
89
89
``` yaml
90
90
# Prevent use of frozen revisions in `.pre-commit-config.yaml`
91
91
- repo : https://github.com/real-yfprojects/check-pre-commit-config
92
- rev : v1.0.0-alpha2
92
+ rev : v1.0.0-alpha3
93
93
hooks :
94
94
- id : check-frozen
95
95
args :
@@ -103,7 +103,7 @@ If you just want to make sure that comments match revisions and that no abbrevia
103
103
` ` ` yaml
104
104
# Check use of `frozen: xxx` comments in `.pre-commit-config.yaml`
105
105
- repo : https://github.com/real-yfprojects/check-pre-commit-config
106
- rev : v1.0.0-alpha2
106
+ rev : v1.0.0-alpha3
107
107
hooks :
108
108
- id : check-frozen
109
109
args :
You can’t perform that action at this time.
0 commit comments