diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c12182..97abd23 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: entry: scripts/tomllint.sh . - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -75,7 +75,7 @@ repos: - id: shellcheck - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: v1.7.1.15 + rev: v1.7.4.18 hooks: - id: actionlint @@ -88,14 +88,14 @@ repos: ignore-from-file: [.gitignore],}"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.1 + rev: v0.7.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.11.1" + rev: "v1.13.0" hooks: - id: mypy verbose: true