Skip to content

Commit 693eada

Browse files
committed
Add oxipng to pre-commit
1 parent 5ab47bb commit 693eada

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,8 @@ repos:
119119
name: "Validate Conda environment file"
120120
files: ^environment\.yml$
121121
args: ["--verbose", "--schemafile", "ci/schemas/conda-environment.json"]
122+
- repo: https://github.com/shssoichiro/oxipng
123+
rev: v9.1.4
124+
hooks:
125+
- id: oxipng
126+
args: ["-o", "4"]

0 commit comments

Comments
 (0)