From 675fac8c7d863336510ee231a7032b697f0cdaaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 05:52:09 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20dependency=20biomejs/pre-?= =?UTF-8?q?commit=20(=20v2.4.15=20=E2=86=92=20v2.4.16=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 45e7e6b..ddf4e09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -164,7 +164,7 @@ repos: stages: [pre-commit] # renovate: datasource=github-tags depName=biomejs/pre-commit - repo: https://github.com/biomejs/pre-commit - rev: v2.4.15 + rev: v2.4.16 hooks: - id: biome-check stages: [pre-commit] diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 6daf0e0..18fe7bd 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -217,7 +217,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.4.15 + rev: v2.4.16 hooks: - id: biome-check stages: [pre-commit]