diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73b0794..d414128 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -76,7 +76,7 @@ repos: hooks: - id: biome-check name: Biome check (format + lint) - additional_dependencies: ["@biomejs/biome@2.5.3"] + additional_dependencies: ["@biomejs/biome@2.5.4"] # File scope here mirrors the `includes` in the root `biome.json`. Keep # them in sync — Biome resolves its own scope from biome.json; the regex # below is purely to skip invoking the hook on irrelevant changes.