From 01739cad76b5b851359eb328ac28c47ed4566359 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:11:21 +0000 Subject: [PATCH] chore(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.8 → v0.15.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.8...v0.15.4) - [github.com/biomejs/pre-commit: v2.3.8 → v2.4.4](https://github.com/biomejs/pre-commit/compare/v2.3.8...v2.4.4) --- .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 2c47c52..b4e91bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,14 +19,14 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.8 + rev: v0.15.4 hooks: - id: ruff-check args: - --fix - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: v2.3.8 + rev: v2.4.4 hooks: - id: biome-check exclude: \.jsonc?$