diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0bce95..c3c724c 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.8.1 + rev: v0.8.2 hooks: - id: ruff args: [--fix] @@ -45,7 +45,7 @@ repos: exclude: tests/eval_files/.*_py311.py - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.389 + rev: v1.1.390 hooks: - id: pyright # ignore warnings about new version being available, no other warnings