From b649356ded73e858e912033cc4041dbe12041075 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:38:12 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.9.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.0...v0.9.2) - [github.com/pre-commit/mirrors-mypy: 102bbee94061ff02fd361ec29c27b7cb26582f5f → bbc3dc1f890007061f18f17e2334f216ea9e5df7](https://github.com/pre-commit/mirrors-mypy/compare/102bbee94061ff02fd361ec29c27b7cb26582f5f...bbc3dc1f890007061f18f17e2334f216ea9e5df7) - [github.com/rhysd/actionlint: 4e683ab8014a63fafa117492a0c6053758e6d593 → 03d0035246f3e81f36aed592ffb4bebf33a03106](https://github.com/rhysd/actionlint/compare/4e683ab8014a63fafa117492a0c6053758e6d593...03d0035246f3e81f36aed592ffb4bebf33a03106) --- .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 d3bb9711..f1f44fca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: skip: [yarn-build, yarn-lint] repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.0 + rev: v0.9.2 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$ @@ -73,12 +73,12 @@ repos: # Ensure all code is as secure as possible and follows best practices - repo: https://github.com/pre-commit/mirrors-mypy - rev: 102bbee94061ff02fd361ec29c27b7cb26582f5f # frozen: v1.12.1 + rev: bbc3dc1f890007061f18f17e2334f216ea9e5df7 # frozen: v1.14.1 hooks: - id: mypy files: ^(custom_components)/.+\.py$ - repo: https://github.com/rhysd/actionlint - rev: 4e683ab8014a63fafa117492a0c6053758e6d593 # frozen: v1.7.3 + rev: 03d0035246f3e81f36aed592ffb4bebf33a03106 # frozen: v1.7.7 hooks: - id: actionlint