Add top level repos map
This commit is contained in:
parent
95f31557aa
commit
46626a9664
1 changed files with 3 additions and 2 deletions
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue