diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bff7225..8e4986a 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.5.5 + rev: v0.5.6 hooks: - id: ruff args: [--fix] @@ -22,12 +22,12 @@ repos: - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.11.1 hooks: - id: mypy - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.373 + rev: v1.1.374 hooks: - id: pyright