From ebcd327fdf3e10abcaabd6cd86a0bfc101b32fb1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 15 Jan 2023 21:51:11 +0100 Subject: [PATCH] Remove strict typing for now --- .strict-typing | 1 - mypy.ini | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/.strict-typing b/.strict-typing index ddf98accb9a..d5430dc977d 100644 --- a/.strict-typing +++ b/.strict-typing @@ -157,7 +157,6 @@ homeassistant.components.homekit_controller.lock homeassistant.components.homekit_controller.select homeassistant.components.homekit_controller.storage homeassistant.components.homekit_controller.utils -homeassistant.components.homewizard.* homeassistant.components.http.* homeassistant.components.huawei_lte.* homeassistant.components.hyperion.* diff --git a/mypy.ini b/mypy.ini index cfb64b5348e..cb18f3ab411 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1324,16 +1324,6 @@ disallow_untyped_defs = true warn_return_any = true warn_unreachable = true -[mypy-homeassistant.components.homewizard.*] -check_untyped_defs = true -disallow_incomplete_defs = true -disallow_subclassing_any = true -disallow_untyped_calls = true -disallow_untyped_decorators = true -disallow_untyped_defs = true -warn_return_any = true -warn_unreachable = true - [mypy-homeassistant.components.http.*] check_untyped_defs = true disallow_incomplete_defs = true