Use current version in pre-commit example (#681)
Simple enough change, use the current version in the `README.md`'s `pre-commit` example.
This commit is contained in:
parent
bc8c364568
commit
d649beacac
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ preamble to an already existing one:
|
|||
```yaml
|
||||
repos:
|
||||
- repo: https://github.com/shssoichiro/oxipng
|
||||
rev: v9.0.0
|
||||
rev: v9.1.4
|
||||
hooks:
|
||||
- id: oxipng
|
||||
args: ["-o", "4", "--strip", "safe", "--alpha"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue