From d319fbcc5b2afddde6cafd925413e18b57ffac75 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:32:49 +0000 Subject: [PATCH] build(pre-commit): pre-commit autoupdate by ci 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.15.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.7...v0.15.9) - [github.com/pre-commit/mirrors-eslint: v9.39.1 → v10.2.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.39.1...v10.2.0) - [github.com/crate-ci/typos: v1.40.0 → v1](https://github.com/crate-ci/typos/compare/v1.40.0...v1) - [github.com/zizmorcore/zizmor-pre-commit: v1.18.0 → v1.23.1](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.18.0...v1.23.1) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de0884ed08..4344a3a972 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,12 +22,12 @@ repos: exclude: \.dot$ - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.7 + rev: v0.15.9 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.39.1 + rev: v10.2.0 hooks: - id: eslint args: [--fix, --color] @@ -36,7 +36,7 @@ repos: - eslint-plugin-react@7.37.0 - react@18.3.1 - repo: https://github.com/crate-ci/typos - rev: v1.40.0 + rev: v1 hooks: - id: typos exclude: | @@ -50,7 +50,7 @@ repos: testing/.*.xml )$ - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.18.0 + rev: v1.23.1 hooks: - id: zizmor args: [--fix, --offline]