From 06f3165e8ddaee34a0297ada71a18cfd27d3ba30 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 17:35:18 +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.45.0 → v0.47.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.45.0...v0.47.0) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.8.24 → v1.7.9.24](https://github.com/Mateusz-Grzelinski/actionlint-py/compare/v1.7.8.24...v1.7.9.24) - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.2...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.18.2...v1.19.1) --- .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 ffe82d4..1f34fad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,7 +61,7 @@ repos: # Lint: Markdown - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.47.0 hooks: - id: markdownlint args: ["--fix"] @@ -106,7 +106,7 @@ repos: args: ["--profile", "black"] - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: v1.7.8.24 + rev: v1.7.9.24 hooks: - id: actionlint @@ -133,7 +133,7 @@ repos: - id: reuse - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.2 + rev: v0.14.10 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$ @@ -142,7 +142,7 @@ repos: files: ^(scripts|tests|custom_components)/.+\.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.18.2" + rev: "v1.19.1" hooks: - id: mypy verbose: true