From 2fc4e2d68fa08065d5ce9fd33c0df1f10999eebe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 20:44:23 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20dependency=20biomejs/pre-?= =?UTF-8?q?commit=20(=20v2.3.14=20=E2=86=92=20v2.3.15=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 2 +- template/.pre-commit-config.yaml.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3408262..49dfbf8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -161,7 +161,7 @@ repos: stages: [pre-commit] # renovate: datasource=github-tags depName=biomejs/pre-commit - repo: https://github.com/biomejs/pre-commit - rev: v2.3.14 + rev: v2.3.15 hooks: - id: biome-check stages: [pre-commit] diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 3aa338d..1408dda 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -213,7 +213,7 @@ repos: {%- endif %}{% if web_format and web_format_tool == "biome" %} # renovate: datasource=github-tags depName=biomejs/pre-commit - repo: https://github.com/biomejs/pre-commit - rev: v2.3.14 + rev: v2.3.15 hooks: - id: biome-check stages: [pre-commit]