From 29d73d4924b400d566e17b2d13ea41be2f9570a3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:28:03 +0000 Subject: [PATCH] chore: Update pre-commit 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.14.7 → v0.15.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.7...v0.15.12) - [github.com/rbubley/mirrors-prettier: v3.7.3 → v3.8.3](https://github.com/rbubley/mirrors-prettier/compare/v3.7.3...v3.8.3) --- .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 1ebd4d8..53b27e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: check-case-conflict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.7 + rev: v0.15.12 hooks: - id: ruff-check types_or: [python, pyi, jupyter] @@ -30,7 +30,7 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.7.3 + rev: v3.8.3 hooks: - id: prettier args: ["--cache-location=.prettier_cache/cache"]