From 87633431421a9bf0bd14fa03d18d1db0c0157bfc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:40:22 +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: fa93bc3224c614a0e9786d3e2d3d48edcca246eb → a27a2e47c7751b639d2b5badf0ef6ff11fee893f](https://github.com/astral-sh/ruff-pre-commit/compare/fa93bc3224c614a0e9786d3e2d3d48edcca246eb...a27a2e47c7751b639d2b5badf0ef6ff11fee893f) - [github.com/python-jsonschema/check-jsonschema.git: ec368acd16deee9c560c105ab6d27db4ee19a5ec → 8db279a37c552206d2df62269ff6f9d31125815a](https://github.com/python-jsonschema/check-jsonschema.git/compare/ec368acd16deee9c560c105ab6d27db4ee19a5ec...8db279a37c552206d2df62269ff6f9d31125815a) --- .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 cc4bb8c..e997360 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: fa93bc3224c614a0e9786d3e2d3d48edcca246eb # frozen: v0.15.1 + rev: a27a2e47c7751b639d2b5badf0ef6ff11fee893f # frozen: v0.15.4 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: ec368acd16deee9c560c105ab6d27db4ee19a5ec # frozen: 0.36.2 + rev: 8db279a37c552206d2df62269ff6f9d31125815a # frozen: 0.37.0 hooks: - id: check-github-actions - id: check-github-workflows