Mark UVC as strict typed (#123239)

This commit is contained in:
Joost Lekkerkerker
2024-09-10 22:02:46 +02:00
committed by GitHub
parent 377ae75e60
commit 688da5389c
4 changed files with 52 additions and 54 deletions

View File

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