From bdb92774a9dbf1e8bfa5e23d926c4fb4540ff2b3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:51:42 +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/fsfe/reuse-tool: v3.1.0a1 → v4.0.3](https://github.com/fsfe/reuse-tool/compare/v3.1.0a1...v4.0.3) - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.10...v0.5.4) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.0...v1.11.0) --- .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 4c04485..d805753 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -128,12 +128,12 @@ repos: ] - repo: https://github.com/fsfe/reuse-tool - rev: v3.1.0a1 + rev: v4.0.3 hooks: - id: reuse - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.10 + rev: v0.5.4 hooks: - id: ruff files: ^(scripts|tests|custom_components)/.+\.py$ @@ -142,7 +142,7 @@ repos: files: ^(scripts|tests|custom_components)/.+\.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.10.0" + rev: "v1.11.0" hooks: - id: mypy verbose: true