diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c13ce2b4..446e16cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: # Ruff, the Python auto-correcting linter/formatter written in Rust - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.12 + rev: v0.15.15 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -42,7 +42,7 @@ repos: # Type checking (incremental rollout) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.2 + rev: v2.1.0 hooks: - id: mypy pass_filenames: false