From b1d143f971664b304ebf768caaf4314adb923822 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 5 Nov 2025 20:31:39 +1000 Subject: [PATCH] pre-commit autoupdate https://pre-commit.com/#pre-commit-autoupdate --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e277dfd..5cb481f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: name: run check-hooks-apply description: check hooks apply to the repository - 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-ast @@ -46,7 +46,7 @@ repos: types: [markdown] files: \.md$ - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.10.0.1 + rev: v0.11.0.1 hooks: - id: shellcheck name: run shellcheck @@ -61,7 +61,7 @@ repos: types: [yaml] files: \.ya?ml$ - repo: https://github.com/crate-ci/typos - rev: v1.34.0 + rev: v1.39.0 hooks: - id: typos name: run typos @@ -69,14 +69,14 @@ repos: files: \.(html|md|py|sh|ya?ml)$ args: [--config=.github/linters/.typos.toml] - repo: https://github.com/rhysd/actionlint - rev: v1.7.7 + rev: v1.7.8 hooks: - id: actionlint - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.34.1 hooks: - id: check-github-workflows - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.16.0 + rev: v1.16.2 hooks: - id: zizmor