mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Create quality_scale.yaml from integration scaffold script (#132199)
Co-authored-by: Josef Zweck <24647999+zweckj@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,7 @@ def generate(template: str, info: Info) -> None:
|
||||
print()
|
||||
|
||||
|
||||
def _generate(src_dir, target_dir, info: Info) -> None:
|
||||
def _generate(src_dir: Path, target_dir: Path, info: Info) -> None:
|
||||
"""Generate an integration."""
|
||||
replaces = {"NEW_DOMAIN": info.domain, "NEW_NAME": info.name}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user