From 586f64cc4ec2c1a3f3949294fe7755cff5b0cf6f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 20:21:02 +0000 Subject: [PATCH] pre-commit: autoupdate hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](https://github.com/codespell-project/codespell/compare/v2.4.2...v2.4.3) - [github.com/igorshubovych/markdownlint-cli: v0.48.0 → v0.49.1](https://github.com/igorshubovych/markdownlint-cli/compare/v0.48.0...v0.49.1) - [github.com/scop/pre-commit-shfmt: v3.13.1-1 → v3.14.1-1](https://github.com/scop/pre-commit-shfmt/compare/v3.13.1-1...v3.14.1-1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 351ec336..abdd1f25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - commit-msg - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell @@ -40,7 +40,7 @@ repos: args: [-c=.yamllint] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.1 hooks: - id: markdownlint - id: markdownlint-fix @@ -52,7 +52,7 @@ repos: args: ["--severity=warning"] - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.13.1-1 + rev: v3.14.1-1 hooks: - id: shfmt args: ["-i", "2", "-w"]