From 0e1cf6598c9ab2f23cf8e31e44aeb95c5cc6951c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:32:32 +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: 22f0422809455ec89ffdcf5a00170ba816e42ddb → 3b3f7c3f57fe9925356faf5fe6230835138be230](https://github.com/astral-sh/ruff-pre-commit/compare/22f0422809455ec89ffdcf5a00170ba816e42ddb...3b3f7c3f57fe9925356faf5fe6230835138be230) - [github.com/python-jsonschema/check-jsonschema.git: 943377262562a12b57292fc98fabd7dbf81451fe → 8ef330cbb7204d388aa7a620f9549bcea8009663](https://github.com/python-jsonschema/check-jsonschema.git/compare/943377262562a12b57292fc98fabd7dbf81451fe...8ef330cbb7204d388aa7a620f9549bcea8009663) --- .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 f00428b..ce6d631 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: 22f0422809455ec89ffdcf5a00170ba816e42ddb # frozen: v0.15.16 + rev: 3b3f7c3f57fe9925356faf5fe6230835138be230 # frozen: v0.15.17 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: 943377262562a12b57292fc98fabd7dbf81451fe # frozen: 0.37.2 + rev: 8ef330cbb7204d388aa7a620f9549bcea8009663 # frozen: 0.37.3 hooks: - id: check-github-actions - id: check-github-workflows