diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b5b1d1496..ad75077b2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,13 +32,13 @@ repos: - id: detect-secrets - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.10 + rev: v0.5.0 hooks: - id: ruff - id: ruff-format - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.415.0 + rev: 37.421.5 hooks: - id: renovate-config-validator @@ -48,7 +48,7 @@ repos: - id: gitleaks - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.10.1 hooks: - id: mypy exclude: ^(tests/|examples/|docs/)