Enable strict typing for duotecno (#107261)

This commit is contained in:
Marc Mueller
2024-01-05 18:39:18 +01:00
committed by GitHub
parent de72bbfaad
commit b2a4de6eed
8 changed files with 29 additions and 15 deletions
+10
View File
@@ -1201,6 +1201,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.duotecno.*]
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