1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-19 18:38:58 +00:00

Enable strict typing on script helper (#122075)

This commit is contained in:
Erik Montnemery
2024-07-17 13:51:59 +02:00
committed by GitHub
parent a0f91d27a3
commit efb7bede40
4 changed files with 76 additions and 40 deletions

View File

@@ -85,6 +85,9 @@ disallow_any_generics = true
[mypy-homeassistant.helpers.reload]
disallow_any_generics = true
[mypy-homeassistant.helpers.script]
disallow_any_generics = true
[mypy-homeassistant.helpers.script_variables]
disallow_any_generics = true