From 838437c00b401b2d17a5c965476d28b5659801b1 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 20:44:36 +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/biomejs/pre-commit: v2.3.10 → v2.4.4](https://github.com/biomejs/pre-commit/compare/v2.3.10...v2.4.4) - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.15.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.11...v0.15.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 c24156b66..ea7df4582 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,12 +25,12 @@ repos: - id: codespell additional_dependencies: ["tomli"] - repo: https://github.com/biomejs/pre-commit - rev: v2.3.10 # Use the sha / tag you want to point at + rev: v2.4.4 # Use the sha / tag you want to point at hooks: - id: biome-format # not using check becasue there are lots of things that need fixed additional_dependencies: ["@biomejs/biome@1.9.4"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.11 + rev: v0.15.4 hooks: - id: ruff args: [--fix]