Strict typing threshold (#82786)

This commit is contained in:
G Johansson
2023-03-12 17:10:00 +01:00
committed by GitHub
parent cf7e500a8e
commit e932139721
5 changed files with 86 additions and 38 deletions

View File

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