diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index afb870b..ad5cb31 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.11 + rev: v2.4.14 hooks: - id: biome-check stages: [pre-commit] diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index e87de8c..e9cd6e0 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.11 + rev: v2.4.14 hooks: - id: biome-check stages: [pre-commit]