From eee569e14a39a74f53a9b1eb5d3231f6998706f4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 20:34:21 +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/igorshubovych/markdownlint-cli: v0.47.0 → v0.49.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.47.0...v0.49.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.4...v0.15.20) --- .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 ea955b2..9e936bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ fail_fast: false default_language_version: python: python3 default_stages: - - commit + - pre-commit minimum_pre_commit_version: 2.16.0 repos: - repo: https://github.com/asottile/blacken-docs @@ -30,7 +30,7 @@ repos: )$ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.47.0 + rev: v0.49.0 hooks: - id: markdownlint-fix exclude: | @@ -40,7 +40,7 @@ repos: )$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.20 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]