From 331b7d1604f06d344c17d984ff5cbfeb71fd82c0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 17:58:28 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.11.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.5...v0.11.9) - [github.com/DavidAnson/markdownlint-cli2: v0.17.2 → v0.18.0](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.17.2...v0.18.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 47a5f23..8ee8a64 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: args: [--fix, lf] - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.5" + rev: "v0.11.9" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -30,6 +30,6 @@ repos: - id: prettier exclude_types: ["markdown"] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.17.2 + rev: v0.18.0 hooks: - id: markdownlint-cli2