From 96823efaf1821ba978969bcd334de23729aeb8f0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 18:55:40 +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/lyz-code/yamlfix: 1.19.0 → 1.19.1](https://github.com/lyz-code/yamlfix/compare/1.19.0...1.19.1) - [github.com/igorshubovych/markdownlint-cli: v0.46.0 → v0.47.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.46.0...v0.47.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.8...v0.14.10) - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.8...v0.14.10) --- .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 d8185734f..61ab6903e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: validate-pyproject additional_dependencies: ['validate-pyproject-schema-store[all]'] - repo: https://github.com/lyz-code/yamlfix - rev: 1.19.0 + rev: 1.19.1 hooks: - id: yamlfix exclude: \.(commitlintrc|pre-commit-hooks)\.yaml$|docker-compose.*\.yml$ @@ -37,7 +37,7 @@ repos: hooks: - id: actionlint - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.46.0 + rev: v0.47.0 hooks: - id: markdownlint-fix - repo: https://github.com/asottile/add-trailing-comma @@ -45,12 +45,12 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.8 + rev: v0.14.10 hooks: - id: ruff-check args: [--fix] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.8 + rev: v0.14.10 hooks: - id: ruff-format - repo: https://github.com/jsh9/pydoclint