diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 72635b03c8..e458afa0e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: stages: [pre-commit] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.21 hooks: - id: ruff stages: [pre-commit] @@ -79,7 +79,7 @@ repos: - id: gitleaks - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.3.0 hooks: - id: mypy exclude: "test_(.*).py$"