Cleanup ping (#95168)

This commit is contained in:
G Johansson
2023-06-25 16:00:52 +02:00
committed by GitHub
parent 9051750add
commit 67586caaf9
5 changed files with 45 additions and 36 deletions

View File

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