From fd0bf41291a544ae41b32533fbd07b1e045fe529 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:33:12 +0000 Subject: [PATCH 1/2] [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.11.11 → v0.11.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.11...v0.11.12) - [github.com/biomejs/pre-commit: v1.9.4 → v2.0.0-beta.5](https://github.com/biomejs/pre-commit/compare/v1.9.4...v2.0.0-beta.5) --- .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 fa8b480d7e..173bbbecde 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.11 + rev: v0.11.12 hooks: - id: ruff args: ["--fix"] @@ -17,7 +17,7 @@ repos: - --sort-by-bibkey - --drop=abstract - repo: https://github.com/biomejs/pre-commit - rev: v1.9.4 + rev: v2.0.0-beta.5 hooks: - id: biome-format - repo: https://github.com/ComPWA/taplo-pre-commit From ba51b196c9a8d6a65ab69259949bcf42912d9a87 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Tue, 3 Jun 2025 10:16:37 +0200 Subject: [PATCH 2/2] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 173bbbecde..9dc660979b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - --sort-by-bibkey - --drop=abstract - repo: https://github.com/biomejs/pre-commit - rev: v2.0.0-beta.5 + rev: v1.9.4 hooks: - id: biome-format - repo: https://github.com/ComPWA/taplo-pre-commit