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

@@ -30,7 +30,7 @@ ALLOWED_IGNORE_VIOLATIONS = {
}
def validate(integrations: dict[str, Integration], config: Config):
def validate(integrations: dict[str, Integration], config: Config) -> None:
"""Validate coverage."""
coverage_path = config.root / ".coveragerc"