From d4692e5854f6529f5a0350b659b788b9e085023c Mon Sep 17 00:00:00 2001 From: gtronset <4139605+gtronset@users.noreply.github.com> Date: Sun, 8 Mar 2026 05:11:45 +0000 Subject: [PATCH] Auto-update pre-commit hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0629294..e1edd94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://json.schemastore.org/pre-commit-config.json repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v6.0.0 hooks: - id: check-yaml - id: check-toml @@ -15,7 +15,7 @@ repos: args: ["--maxkb=500"] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.38.0 + rev: v0.48.0 hooks: - id: markdownlint - id: markdownlint @@ -25,12 +25,12 @@ repos: stages: [manual] - repo: https://github.com/koalaman/shellcheck-precommit - rev: v0.9.0 + rev: v0.11.0 hooks: - id: shellcheck - repo: https://github.com/crate-ci/typos - rev: v1.16.25 + rev: v1 hooks: - id: typos exclude: "(_typos.toml|.gitignore|.dockerignore)"