From 02c150116b1bbc4ef54f25f59d7797a4ac8af22b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:44:48 +0000 Subject: [PATCH] chore(deps): update pre-commit hook @biomejs/biome to v2 --- .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 c3d3365d5..2eb2a0acc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: hooks: - id: biome-check language: node - additional_dependencies: ["@biomejs/biome@1.9.4"] + additional_dependencies: ["@biomejs/biome@2.4.8"] exclude: (src/codemods/eval)|(tests/unit/skills/snapshots)|(tests/unit/sdk/output)|(tests/integration/verified_codemods)|(docs/samples)|(examples/examples/ai_impact_analysis) - repo: https://github.com/MarcoGorelli/cython-lint rev: v0.17.0