Add strict typing for govee_ble (#128044)

This commit is contained in:
Marc Mueller
2024-10-09 19:29:42 +02:00
committed by GitHub
parent 23a1046a8f
commit e6bba49bcd
5 changed files with 25 additions and 7 deletions

View File

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