Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/pre-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Starting in v0.7.1, `yamlfmt` can be used as a hook for the popular [pre-commit]

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

```yaml
- repo: https://github.com/google/yamlfmt
rev: v0.14.0
rev: v0.17.0
hooks:
- id: yamlfmt
language: system
Expand Down