diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b605e40..69acb91 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.2 + rev: v0.6.3 hooks: - id: ruff args: [--fix] @@ -42,7 +42,7 @@ repos: - id: mypy - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.377 + rev: v1.1.378 hooks: - id: pyright # ignore warnings about new version being available, no other warnings