From ffea73b76c1cfd3de97153113bee7c7de7272d93 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:21:15 +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: 0470f7c8a653e950f7cc5a653204ceb3fde4c02a → fa93bc3224c614a0e9786d3e2d3d48edcca246eb](https://github.com/astral-sh/ruff-pre-commit/compare/0470f7c8a653e950f7cc5a653204ceb3fde4c02a...fa93bc3224c614a0e9786d3e2d3d48edcca246eb) - [github.com/Mateusz-Grzelinski/actionlint-py: 85c37735ea69e5baf0681530e57e63deee0ce733 → 694e2c0dfb4253d51f3c6c54b8f9fec0a16764dc](https://github.com/Mateusz-Grzelinski/actionlint-py/compare/85c37735ea69e5baf0681530e57e63deee0ce733...694e2c0dfb4253d51f3c6c54b8f9fec0a16764dc) - [github.com/python-jsonschema/check-jsonschema: ccf21790019848af3eb4464be2a9d5efed6358f3 → ec368acd16deee9c560c105ab6d27db4ee19a5ec](https://github.com/python-jsonschema/check-jsonschema/compare/ccf21790019848af3eb4464be2a9d5efed6358f3...ec368acd16deee9c560c105ab6d27db4ee19a5ec) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3088705..19fbdb2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: types: [yaml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 0470f7c8a653e950f7cc5a653204ceb3fde4c02a # frozen: v0.15.0 + rev: fa93bc3224c614a0e9786d3e2d3d48edcca246eb # frozen: v0.15.1 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$ @@ -90,7 +90,7 @@ repos: # Replaces: https://github.com/rhysd/actionlint # Permits actionlint to run both locally and with precommit.ci/GitHub - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: 85c37735ea69e5baf0681530e57e63deee0ce733 # frozen: v1.7.10.24 + rev: 694e2c0dfb4253d51f3c6c54b8f9fec0a16764dc # frozen: v1.7.11.24 hooks: - id: actionlint @@ -107,7 +107,7 @@ repos: args: [lint, .github/workflows/, --verbose] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: ccf21790019848af3eb4464be2a9d5efed6358f3 # frozen: 0.36.1 + rev: ec368acd16deee9c560c105ab6d27db4ee19a5ec # frozen: 0.36.2 hooks: - id: check-github-actions - id: check-github-workflows