From 317b8ec3d38822db6b585ce21fe2bdafda0c6fa5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:08:41 +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/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.4...v0.9.9) - [github.com/biomejs/pre-commit: v0.6.1 → v1.9.4](https://github.com/biomejs/pre-commit/compare/v0.6.1...v1.9.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 f13f83436..1dc212430 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ exclude: | repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.9.4" + rev: "v0.9.9" hooks: - id: ruff exclude: "examples|tests/assets" @@ -37,7 +37,7 @@ repos: exclude: ".python-version-default" - repo: https://github.com/biomejs/pre-commit - rev: "v0.6.1" + rev: "v1.9.4" hooks: - id: biome-check additional_dependencies: ["@biomejs/biome@1.9.4"]