diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b8a8ea..3ec7c04 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.2 + rev: v0.7.3 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.387 + rev: v1.1.388 hooks: - id: pyright # ignore warnings about new version being available, no other warnings