Strict typing derivative (#82785)

This commit is contained in:
G Johansson
2022-11-28 15:12:22 +01:00
committed by GitHub
parent 4c3d481b7b
commit db480191ad
3 changed files with 30 additions and 13 deletions

View File

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