diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9fe3fba..fb0969ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.7.0 hooks: - id: ruff args: [--fix] @@ -37,14 +37,14 @@ repos: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.12.1 hooks: - id: mypy # uses py311 syntax, mypy configured for py39 exclude: tests/eval_files/.*_py311.py - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.384 + rev: v1.1.385 hooks: - id: pyright # ignore warnings about new version being available, no other warnings