From 45d8092f76e0ae481e9d40c565adf1537d66e347 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:29:57 +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: 9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4 → 45ef068da5f21267bb2a7ec4a623092959f09ce5](https://github.com/astral-sh/ruff-pre-commit/compare/9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4...45ef068da5f21267bb2a7ec4a623092959f09ce5) - [github.com/python-jsonschema/check-jsonschema.git: b035497fb64e3f9faa91e833331688cc185891e6 → ccf21790019848af3eb4464be2a9d5efed6358f3](https://github.com/python-jsonschema/check-jsonschema.git/compare/b035497fb64e3f9faa91e833331688cc185891e6...ccf21790019848af3eb4464be2a9d5efed6358f3) --- .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 8fc67fd..1886afd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: types: [yaml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4 # frozen: v0.14.13 + rev: 45ef068da5f21267bb2a7ec4a623092959f09ce5 # frozen: v0.14.14 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$ @@ -103,7 +103,7 @@ repos: args: ["--ignore-words=.codespell"] - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: b035497fb64e3f9faa91e833331688cc185891e6 # frozen: 0.36.0 + rev: ccf21790019848af3eb4464be2a9d5efed6358f3 # frozen: 0.36.1 hooks: - id: check-github-actions - id: check-github-workflows