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:
Jakub Marcowski 2025-02-14 22:39:47 +01:00 committed by GitHub
parent bc8c364568
commit d649beacac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,7 +86,7 @@ preamble to an already existing one:
```yaml ```yaml
repos: repos:
- repo: https://github.com/shssoichiro/oxipng - repo: https://github.com/shssoichiro/oxipng
rev: v9.0.0 rev: v9.1.4
hooks: hooks:
- id: oxipng - id: oxipng
args: ["-o", "4", "--strip", "safe", "--alpha"] args: ["-o", "4", "--strip", "safe", "--alpha"]