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:
Matthias Alphart
2024-12-11 13:52:53 +01:00
committed by GitHub
parent 7103b7fd80
commit ecfa888918
7 changed files with 67 additions and 9 deletions

View File

@@ -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")