From e6649ad21cb393c54eb91887ff1d4df5b175dbd8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:25:50 +0000 Subject: [PATCH] ci(pre-commit): autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.48.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.41.0...v0.48.0) - [github.com/adrienverge/yamllint: v1.35.1 → v1.38.0](https://github.com/adrienverge/yamllint/compare/v1.35.1...v1.38.0) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](https://github.com/shellcheck-py/shellcheck-py/compare/v0.10.0.1...v0.11.0.1) - [github.com/scop/pre-commit-shfmt: v3.8.0-1 → v3.12.0-2](https://github.com/scop/pre-commit-shfmt/compare/v3.8.0-1...v3.12.0-2) - [github.com/AleksaC/hadolint-py: v2.12.1b3 → v2.14.0](https://github.com/AleksaC/hadolint-py/compare/v2.12.1b3...v2.14.0) --- .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 a7c2ba3..8b52664 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-json - id: check-merge-conflict @@ -18,7 +18,7 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.41.0 + rev: v0.48.0 hooks: - id: markdownlint args: [-c, .markdownlint.yaml, --fix] @@ -29,23 +29,23 @@ repos: - id: prettier - repo: https://github.com/adrienverge/yamllint - rev: v1.35.1 + rev: v1.38.0 hooks: - id: yamllint - 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/scop/pre-commit-shfmt - rev: v3.8.0-1 + rev: v3.12.0-2 hooks: - id: shfmt args: [-w, -s, -i=4] - repo: https://github.com/AleksaC/hadolint-py - rev: v2.12.1b3 + rev: v2.14.0 hooks: - id: hadolint