Add top level repos map

This commit is contained in:
Thibaut Decombe 2024-01-21 14:54:40 +01:00
parent 95f31557aa
commit 46626a9664

View file

@ -70,10 +70,11 @@ Note that all options are case-sensitive.
Add this to your `.pre-commit-config.yaml` Add this to your `.pre-commit-config.yaml`
```yaml ```yaml
- repo: https://github.com/shssoichiro/oxipng repos:
- repo: https://github.com/shssoichiro/oxipng
rev: v9.0.0 rev: v9.0.0
hooks: hooks:
- id: oxipng - id: oxipng
args: ["-o", "4", "--strip", "safe", "--alpha"] args: ["-o", "4", "--strip", "safe", "--alpha"]
``` ```
[pre-commit]: https://pre-commit.com/ [pre-commit]: https://pre-commit.com/