diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c24156b66..ea7df4582 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,12 +25,12 @@ repos: - id: codespell additional_dependencies: ["tomli"] - repo: https://github.com/biomejs/pre-commit - rev: v2.3.10 # Use the sha / tag you want to point at + rev: v2.4.4 # Use the sha / tag you want to point at hooks: - id: biome-format # not using check becasue there are lots of things that need fixed additional_dependencies: ["@biomejs/biome@1.9.4"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.11 + rev: v0.15.4 hooks: - id: ruff args: [--fix]