Improve acmeda typing (#106812)

This commit is contained in:
Marc Mueller
2024-01-01 22:16:22 +01:00
committed by GitHub
parent 73ccd0d310
commit aec8dc13b2
7 changed files with 39 additions and 23 deletions
+10
View File
@@ -180,6 +180,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.acmeda.*]
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.actiontec.*]
check_untyped_defs = true
disallow_incomplete_defs = true