From 7133a39e35589499ee7ec670344cda7b1940de8d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:16:18 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.7...v0.14.8) - [github.com/oxipng/oxipng: v9.1.5 → v10.0.0](https://github.com/oxipng/oxipng/compare/v9.1.5...v10.0.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d563ca2..e0b58ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: trailing-whitespace # Trims trailing whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.7 + rev: v0.14.8 hooks: - id: ruff # Run `ruff` linter name: Check 'ruff linter' passes @@ -29,7 +29,7 @@ repos: name: Check 'ruff format' passes - repo: https://github.com/oxipng/oxipng - rev: v9.1.5 + rev: v10.0.0 hooks: - id: oxipng - repo: https://github.com/rhysd/actionlint