Skip to content

Commit 123b75a

Browse files
Fix versions in README.
* README.md
1 parent ab7d23b commit 123b75a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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-alpha1
13+
rev: v1.0.0-alpha2
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-alpha1
92+
rev: v1.0.0-alpha2
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-alpha1
106+
rev: v1.0.0-alpha2
107107
hooks:
108108
- id: check-frozen
109109
args:

0 commit comments

Comments
 (0)