Add Roborock to strict typing (#120379)

This commit is contained in:
Luke Lashley
2024-06-26 08:13:49 -04:00
committed by GitHub
parent 0d2aeb846f
commit 69e0227682
5 changed files with 22 additions and 8 deletions

View File

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