Skip to content

Commit 1aab10e

Browse files
authored
docs(pre-commit): bump yamlfmt version (#251)
similar to #231.
1 parent 45e5cb5 commit 1aab10e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pre-commit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Starting in v0.7.1, `yamlfmt` can be used as a hook for the popular [pre-commit]
44

55
```yaml
66
- repo: https://github.com/google/yamlfmt
7-
rev: v0.14.0
7+
rev: v0.17.0
88
hooks:
99
- id: yamlfmt
1010
```
@@ -17,7 +17,7 @@ If you would prefer to manage your `yamlfmt` installation yourself, you can have
1717

1818
```yaml
1919
- repo: https://github.com/google/yamlfmt
20-
rev: v0.14.0
20+
rev: v0.17.0
2121
hooks:
2222
- id: yamlfmt
2323
language: system

0 commit comments

Comments
 (0)