From 23f6980eb82f75465bbab1f1fae143bdbcd3849e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:33:30 +0000 Subject: [PATCH] Chore: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pre-commit-ci[bot] updates: - [github.com/astral-sh/ruff-pre-commit: 3b3f7c3f57fe9925356faf5fe6230835138be230 → 77039ccbba72c8aede339c5f8ae29b42aced0a2e](https://github.com/astral-sh/ruff-pre-commit/compare/3b3f7c3f57fe9925356faf5fe6230835138be230...77039ccbba72c8aede339c5f8ae29b42aced0a2e) - [github.com/igorshubovych/markdownlint-cli: e72a3ca1632f0b11a07d171449fe447a7ff6795e → a4d5d37e66ebcd6b3705204a1d6dbb56dea66338](https://github.com/igorshubovych/markdownlint-cli/compare/e72a3ca1632f0b11a07d171449fe447a7ff6795e...a4d5d37e66ebcd6b3705204a1d6dbb56dea66338) --- .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 ce6d631..cde128f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: types: [yaml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 3b3f7c3f57fe9925356faf5fe6230835138be230 # frozen: v0.15.17 + rev: 77039ccbba72c8aede339c5f8ae29b42aced0a2e # frozen: v0.15.18 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$ @@ -75,7 +75,7 @@ repos: - id: shellcheck - repo: https://github.com/igorshubovych/markdownlint-cli - rev: e72a3ca1632f0b11a07d171449fe447a7ff6795e # frozen: v0.48.0 + rev: a4d5d37e66ebcd6b3705204a1d6dbb56dea66338 # frozen: v0.49.0 hooks: - id: markdownlint args: ["--fix"]