Flag strict typing for miele (#144060)

This commit is contained in:
Åke Strandberg
2025-05-01 19:10:24 +02:00
committed by GitHub
parent 361d93eb96
commit 82b335a2c1
2 changed files with 11 additions and 0 deletions

10
mypy.ini generated
View File

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