From 30e160aef7da0e2a5e61be792d663e0eab70d4dc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:40:37 +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/adrienverge/yamllint.git: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 → cba56bcde1fdd01c1deb3f945e69764c291a6530](https://github.com/adrienverge/yamllint.git/compare/79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7...cba56bcde1fdd01c1deb3f945e69764c291a6530) - [github.com/astral-sh/ruff-pre-commit: 6ce4b4fc349b8881cbce40207dac3bf78824a88e → 9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4](https://github.com/astral-sh/ruff-pre-commit/compare/6ce4b4fc349b8881cbce40207dac3bf78824a88e...9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4) --- .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 efd88b0..8fc67fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,13 +47,13 @@ repos: - id: gitlint - repo: https://github.com/adrienverge/yamllint.git - rev: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 # frozen: v1.37.1 + rev: cba56bcde1fdd01c1deb3f945e69764c291a6530 # frozen: v1.38.0 hooks: - id: yamllint types: [yaml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 6ce4b4fc349b8881cbce40207dac3bf78824a88e # frozen: v0.14.11 + rev: 9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4 # frozen: v0.14.13 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$