mirror of
https://github.com/home-assistant/core.git
synced 2025-10-17 23:59:38 +00:00
Make hassfest strictly typed (#82091)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user