diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af06637..e708ee3 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.13 + rev: v0.12.0 hooks: - id: ruff args: [--fix] @@ -17,7 +17,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/biomejs/pre-commit - rev: v2.0.0-beta.5 + rev: v2.0.0 hooks: - id: biome-format - repo: https://github.com/kynan/nbstripout @@ -25,7 +25,7 @@ repos: hooks: - id: nbstripout - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.16.0 + rev: v1.16.1 hooks: - id: mypy args: [--install-types, --non-interactive]