Skip to content

Commit 4777e87

Browse files
Bump version from v1.0.0-alpha2 to v1.0.0-alpha3
1 parent af01830 commit 4777e87

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-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:

0 commit comments

Comments
 (0)