Add clicksend to strict typing (#79544)

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
This commit is contained in:
Yuval Aboulafia
2022-10-05 23:18:41 +03:00
committed by GitHub
parent 41d2ab5b37
commit 5674295b3c
3 changed files with 29 additions and 9 deletions

View File

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