Improve hydrawise typing (#93503)

* Improve hydrawise generic typing

* Enable strict typing

* Remove unused code
This commit is contained in:
Marc Mueller
2023-05-25 07:58:59 +02:00
committed by GitHub
parent f8d918ca4a
commit 64118ee011
5 changed files with 20 additions and 18 deletions

View File

@@ -1452,6 +1452,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.hydrawise.*]
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.hyperion.*]
check_untyped_defs = true
disallow_incomplete_defs = true