Enable strict typing for ecowitt (#107861)

This commit is contained in:
Marc Mueller
2024-01-12 12:57:19 +01:00
committed by GitHub
parent b1f1ecb40a
commit 93dc0b9029
4 changed files with 16 additions and 5 deletions

View File

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