From 56da2e6b74307e063370cc2e3ccac85bd2a70d26 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:21:46 +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: e05c5c0818279e5ac248ac9e954431ba58865e61 → aca6d4c8045a504e2812ea4bedff1d0a09e437bc](https://github.com/astral-sh/ruff-pre-commit/compare/e05c5c0818279e5ac248ac9e954431ba58865e61...aca6d4c8045a504e2812ea4bedff1d0a09e437bc) - [github.com/python-jsonschema/check-jsonschema.git: 8db279a37c552206d2df62269ff6f9d31125815a → ed81924a8b1cecdaa570b072528fa80c9c4d6ccd](https://github.com/python-jsonschema/check-jsonschema.git/compare/8db279a37c552206d2df62269ff6f9d31125815a...ed81924a8b1cecdaa570b072528fa80c9c4d6ccd) --- .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 9adf0fa..3e5740b 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: e05c5c0818279e5ac248ac9e954431ba58865e61 # frozen: v0.15.7 + rev: aca6d4c8045a504e2812ea4bedff1d0a09e437bc # frozen: v0.15.8 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$ @@ -100,7 +100,7 @@ repos: args: ["--ignore-words=.codespell"] - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: 8db279a37c552206d2df62269ff6f9d31125815a # frozen: 0.37.0 + rev: ed81924a8b1cecdaa570b072528fa80c9c4d6ccd # frozen: 0.37.1 hooks: - id: check-github-actions - id: check-github-workflows