Add python_script to strict typing (#134822)

This commit is contained in:
G Johansson
2025-01-06 04:22:54 +01:00
committed by GitHub
parent bf0cf1c30f
commit bc22e34fc3
3 changed files with 31 additions and 9 deletions

View File

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