mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +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:
@@ -28,7 +28,7 @@ def get_arguments() -> argparse.Namespace:
|
||||
return parser.parse_args()
|
||||
|
||||
|
||||
def main():
|
||||
def main() -> int:
|
||||
"""Scaffold an integration."""
|
||||
if not Path("requirements_all.txt").is_file():
|
||||
print("Run from project root")
|
||||
|
||||
Reference in New Issue
Block a user