Cleanup blockchain sensor (#80077)

This commit is contained in:
epenet
2022-10-11 10:40:10 +02:00
committed by GitHub
parent 69d935b7bd
commit 6f7cb158d8
3 changed files with 17 additions and 10 deletions

View File

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