1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Make hassfest strictly typed (#82091)

This commit is contained in:
Aarni Koskela
2022-11-23 20:05:31 +02:00
committed by GitHub
parent 0b5357de44
commit 97b40b5f49
20 changed files with 132 additions and 97 deletions

View File

@@ -41,7 +41,7 @@ def validate(integrations: dict[str, Integration], config: Config) -> None:
)
def generate(integrations: dict[str, Integration], config: Config):
def generate(integrations: dict[str, Integration], config: Config) -> None:
"""Generate application_credentials data."""
application_credentials_path = (
config.root / "homeassistant/generated/application_credentials.py"