diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f81f8e7..99bc95e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/biomejs/pre-commit - rev: "v2.4.16" # Use the sha / tag you want to point at + rev: "v2.5.1" # Use the sha / tag you want to point at hooks: - id: biome-check additional_dependencies: ["@biomejs/biome@2.1.1"]