From 8c470e0274d16598029f78bf835ba8be1a04a116 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 17:59:38 +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..1c4789bfe 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.3.11"] 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