diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 680ed8d..4af2616 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.8 + rev: v0.11.9 hooks: - id: ruff args: [--fix] @@ -17,7 +17,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/biomejs/pre-commit - rev: v1.9.4 + rev: v2.0.0-beta.3 hooks: - id: biome-format - repo: https://github.com/kynan/nbstripout