Enable strict typing for xiaomi_ble (#107948)

This commit is contained in:
Marc Mueller
2024-01-13 16:57:54 +01:00
committed by GitHub
parent 45fec1d404
commit 0cc43d0915
5 changed files with 15 additions and 4 deletions

View File

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