From 4d49cc3d07c96970ef8b95087b2c1c7ea3165148 Mon Sep 17 00:00:00 2001 From: Klaas Hoekstra Date: Fri, 16 Sep 2022 19:26:37 +0000 Subject: [PATCH] "Fix incorrect rebase of mypy.ini" --- mypy.ini | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/mypy.ini b/mypy.ini index bbde31c4b3c87e..35c6a25f87cf4e 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1593,27 +1593,6 @@ disallow_untyped_defs = true warn_return_any = true warn_unreachable = true -[mypy-homeassistant.components.onkyo.*] -check_untyped_defs = true -disallow_incomplete_defs = true -disallow_subclassing_any = true -disallow_untyped_calls = true -disallow_untyped_decorators = true -disallow_untyped_defs = true -no_implicit_optional = true -warn_return_any = true -warn_unreachable = true - -[mypy-homeassistant.components.open_meteo.*] -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.modbus.*] check_untyped_defs = true disallow_incomplete_defs = true @@ -1824,6 +1803,16 @@ disallow_untyped_defs = true warn_return_any = true warn_unreachable = true +[mypy-homeassistant.components.onkyo.*] +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.open_meteo.*] check_untyped_defs = true disallow_incomplete_defs = true