From 0b39f666011da9051a7512f6779f7201c1157c9d 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 19:27:25 +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.11](https://github.com/rhysd/actionlint/compare/v1.7.10...v1.7.11) - [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.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.0...v0.15.5) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.0...v0.15.5) --- .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 f906e9992..95ef19d53 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.11 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.5 hooks: - id: ruff-check args: [--fix] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.0 + rev: v0.15.5 hooks: - id: ruff-format - repo: https://github.com/jsh9/pydoclint