Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 74a6c5c

Browse files
committed
Switch to oxipng.
1 parent f177c06 commit 74a6c5c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ repos:
2525
args: ["--ignore-words", ".codespellignore" ]
2626
additional_dependencies:
2727
- tomli
28-
- repo: local
28+
- repo: https://github.com/shssoichiro/oxipng
29+
rev: v9.1.5
2930
hooks:
30-
- id: optipng
31-
name: PNG Optimizer
32-
entry: optipng
31+
- id: oxipng
32+
args: ["-o", "max", "--strip", "safe", "--alpha"]
3333
types: [png]
34-
language: system

0 commit comments

Comments
 (0)