diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eabcb02..3396bd6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.7 + rev: v0.15.8 hooks: # Run the linter. - id: ruff-check @@ -36,7 +36,7 @@ repos: - id: shfmt # prebuilt upstream executable - repo: https://github.com/biomejs/pre-commit - rev: "v2.4.8" # Use the sha / tag you want to point at + rev: "v2.4.9" # Use the sha / tag you want to point at hooks: - id: biome-check additional_dependencies: ["@biomejs/biome@2.3.10"]