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`.
1010``` yaml
1111# Enforce frozen revisions in `.pre-commit-config.yaml`
1212- repo : https://github.com/real-yfprojects/check-pre-commit-config
13- rev : v1.0.0-alpha2
13+ rev : v1.0.0-alpha3
1414 hooks :
1515 - id : check-frozen
1616` ` `
@@ -89,7 +89,7 @@ are passed to the underlying script when the hook is run. The following configur
8989``` yaml
9090# Prevent use of frozen revisions in `.pre-commit-config.yaml`
9191- repo : https://github.com/real-yfprojects/check-pre-commit-config
92- rev : v1.0.0-alpha2
92+ rev : v1.0.0-alpha3
9393 hooks :
9494 - id : check-frozen
9595 args :
@@ -103,7 +103,7 @@ If you just want to make sure that comments match revisions and that no abbrevia
103103` ` ` yaml
104104# Check use of `frozen: xxx` comments in `.pre-commit-config.yaml`
105105- repo : https://github.com/real-yfprojects/check-pre-commit-config
106- rev : v1.0.0-alpha2
106+ rev : v1.0.0-alpha3
107107 hooks :
108108 - id : check-frozen
109109 args :
You can’t perform that action at this time.
0 commit comments