1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Add strict typing for BSB-Lan integration (#163236)

This commit is contained in:
Willem-Jan van Rootselaar
2026-02-19 14:19:10 +01:00
committed by GitHub
parent c336e58afc
commit 5794189f8d
5 changed files with 34 additions and 17 deletions
Generated
+10
View File
@@ -1065,6 +1065,16 @@ disallow_untyped_defs = true
warn_return_any = true
warn_unreachable = true
[mypy-homeassistant.components.bsblan.*]
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.bthome.*]
check_untyped_defs = true
disallow_incomplete_defs = true