From 54e6d7f14b6bdb3473b4c67844dffbda85eb41b8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:05:30 +0000 Subject: [PATCH] chore: update pre-commit hook versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/rhysd/actionlint: v1.7.10 → v1.7.12](https://github.com/rhysd/actionlint/compare/v1.7.10...v1.7.12) - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.47.0...v0.48.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.0...v0.15.10) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.0...v0.15.10) - [github.com/scop/pre-commit-shfmt: v3.12.0-2 → v3.13.1-1](https://github.com/scop/pre-commit-shfmt/compare/v3.12.0-2...v3.13.1-1) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f906e9992..1548036f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,11 +37,11 @@ repos: exclude: compose.*\.yaml$ args: [-c=.yamllint.yml] - repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.12 hooks: - id: actionlint - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.47.0 + rev: v0.48.0 hooks: - id: markdownlint-fix - repo: https://github.com/asottile/add-trailing-comma @@ -49,12 +49,12 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.0 + rev: v0.15.10 hooks: - id: ruff-check args: [--fix] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.0 + rev: v0.15.10 hooks: - id: ruff-format - repo: https://github.com/jsh9/pydoclint @@ -67,7 +67,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.12.0-2 + rev: v3.13.1-1 hooks: - id: shfmt args: [-ln, bash, -i, '2', -ci, -bn, -sr, -kp, -s]