From 07705b18e1726df918bde0368bda8c0513fee26c Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 11 Sep 2025 12:22:23 +0900 Subject: [PATCH] pre-commit autoupdate --- .pre-commit-config.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5aceb6bb6..194739dea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,13 +30,6 @@ repos: - id: gitleaks name: run gitleaks description: detect hardcoded secrets with gitleaks - - repo: https://github.com/shssoichiro/oxipng - rev: v9.1.5 - hooks: - - id: oxipng - name: run oxipng - description: use lossless compression to optimize PNG files - args: ["--fix", "-o", "4", "--strip", "safe", "--alpha"] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: