From 30e9257011a8ca959ef8f755a40487b18cc62351 Mon Sep 17 00:00:00 2001 From: Lars Date: Sun, 15 Oct 2023 11:19:23 +0200 Subject: [PATCH 1/2] Update pre-commit & mypy --- .pre-commit-config.yaml | 8 ++++---- requirements-test.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c4c822..d46aad0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.11.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py37-plus] @@ -13,7 +13,7 @@ repos: - --quiet files: ^((custom_components|script|tests)/.+)?[^/]+\.py$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell args: @@ -34,7 +34,7 @@ repos: hooks: - id: isort - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-executables-have-shebangs stages: [manual] @@ -43,7 +43,7 @@ repos: - id: end-of-file-fixer - id: fix-byte-order-marker - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.6.0 hooks: - id: mypy args: diff --git a/requirements-test.txt b/requirements-test.txt index ce7da6e..164f309 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,8 +2,8 @@ black==23.9.1 homeassistant -mypy==1.5.1 -pre-commit==3.4.0 +mypy==1.6.0 +pre-commit==3.5.0 pytest==7.4.2 pytest-asyncio==0.21.1 pytest-cov==4.1.0 From f1cdefa5c5103b76c0c59c986c490cb911b16bc0 Mon Sep 17 00:00:00 2001 From: Lars Date: Sun, 15 Oct 2023 11:19:51 +0200 Subject: [PATCH 2/2] Version 0.0.4 --- custom_components/aha_region/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/aha_region/manifest.json b/custom_components/aha_region/manifest.json index 9311946..c9da715 100644 --- a/custom_components/aha_region/manifest.json +++ b/custom_components/aha_region/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/flabbamann/aha_region/issues", "requirements": ["beautifulsoup4", "aiohttp"], - "version": "0.0.3" + "version": "0.0.4" }