diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99f2ac1..7b8a8ea 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.7.1 + rev: v0.7.2 hooks: - id: ruff args: [--fix] @@ -44,7 +44,7 @@ repos: exclude: tests/eval_files/.*_py311.py - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.386 + rev: v1.1.387 hooks: - id: pyright # ignore warnings about new version being available, no other warnings