diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34bd43f6..a9ba3959 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.7 + rev: v0.9.9 hooks: - id: ruff args: [--fix] @@ -33,7 +33,7 @@ repos: exclude: tests/eval_files/async103.py - repo: https://github.com/pycqa/isort - rev: 6.0.0 + rev: 6.0.1 hooks: - id: isort @@ -45,7 +45,7 @@ repos: exclude: tests/eval_files/.*_py311.py - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.394 + rev: v1.1.396 hooks: - id: pyright # ignore warnings about new version being available, no other warnings