From ad3d6a5cdeaa1e4f0a541977e0d5c77617f84ac1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 19:46:06 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.11...v0.13.3) - [github.com/thibaudcolas/pre-commit-stylelint: v16.23.1 → v16.25.0](https://github.com/thibaudcolas/pre-commit-stylelint/compare/v16.23.1...v16.25.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 db0e42608..781eb96f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: exclude: .+\.html|webpack\.config\.js|tests/test_a11y/ - repo: "https://github.com/astral-sh/ruff-pre-commit" - rev: "v0.12.11" + rev: "v0.13.3" hooks: - id: ruff args: [--exit-non-zero-on-fix] @@ -56,7 +56,7 @@ repos: - id: remove-metadata - repo: "https://github.com/thibaudcolas/pre-commit-stylelint" - rev: v16.23.1 + rev: v16.25.0 hooks: - id: stylelint # automatically fix .scss files where possible