From d3781c78e0691c98ec3ce6d56b1f820944261cee Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Fri, 19 Jul 2024 22:05:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E5=8E=BB=20pre-commit-ci=20?= =?UTF-8?q?=E4=B8=AD=20oxipng=20=E7=9A=84=20--alpha=20=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README 里写着说这个玩意不是严格意义的无损压缩 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 37703e554d..ee5bde7aa5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: rev: v9.1.2 hooks: - id: oxipng - args: ["-q", "-o", "2", "-s", "--ng", "--alpha"] + args: ["-q", "-o", "2", "-s", "--ng"] - repo: https://github.com/pre-commit/mirrors-prettier rev: v4.0.0-alpha.8 hooks: