diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d043cf..f0fc5d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,13 +4,13 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.14.7 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.1 + rev: v1.19.0 hooks: - id: mypy args: [--no-strict-optional, --ignore-missing-imports] @@ -24,7 +24,7 @@ repos: # types-cachetools, ] - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.10.0.1 + rev: v0.11.0.1 hooks: - id: shellcheck - repo: https://github.com/pre-commit/mirrors-prettier @@ -32,7 +32,7 @@ repos: hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-merge-conflict @@ -44,14 +44,14 @@ repos: args: - --allow-missing-credentials - repo: https://github.com/gitleaks/gitleaks - rev: v8.23.1 + rev: v8.30.0 hooks: - id: gitleaks # The hook runs 'gitleaks protect --staged' which parses output of # 'git diff --staged', i.e. always passes in pre-push/manual stage. stages: [pre-commit] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.0 + rev: 0.35.0 hooks: - id: check-github-workflows args: ["--verbose"]