From cd72e10666eb6f77704f731b34842bf02d499b27 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:31:58 +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/PyCQA/isort: 6.0.1 → 7.0.0](https://github.com/PyCQA/isort/compare/6.0.1...7.0.0) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.7.24 → v1.7.8.24](https://github.com/Mateusz-Grzelinski/actionlint-py/compare/v1.7.7.24...v1.7.8.24) - [github.com/fsfe/reuse-tool: v5.1.1 → v6.2.0](https://github.com/fsfe/reuse-tool/compare/v5.1.1...v6.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.2...v0.14.2) --- .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 e5de587..ffe82d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -100,13 +100,13 @@ repos: additional_dependencies: ["tomli"] - repo: https://github.com/PyCQA/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: v1.7.7.24 + rev: v1.7.8.24 hooks: - id: actionlint @@ -128,12 +128,12 @@ repos: ] - repo: https://github.com/fsfe/reuse-tool - rev: v5.1.1 + rev: v6.2.0 hooks: - id: reuse - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.14.2 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$