diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9904adf..34eb1ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.5.0" + rev: "v6.0.0" hooks: - id: check-added-large-files - id: check-docstring-first @@ -27,7 +27,7 @@ repos: - id: check-toml - repo: https://github.com/PyCQA/flake8 - rev: "7.0.0" + rev: "7.3.0" hooks: - id: flake8 additional_dependencies: @@ -37,29 +37,29 @@ repos: ] - repo: https://github.com/Yelp/detect-secrets - rev: v1.4.0 + rev: v1.5.0 hooks: - id: detect-secrets - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.4 + rev: v0.12.8 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/gitleaks/gitleaks - rev: v8.18.2 + rev: v8.28.0 hooks: - id: gitleaks - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.264.0 + rev: 41.62.2 hooks: - id: renovate-config-validator - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.17.1 hooks: - id: mypy exclude: ^(tests/)