feat: Upgrade to uv and Python 3.12
Test and coverage / build (push) Failing after 4m23s

This commit is contained in:
2026-06-27 22:34:50 +03:00
parent db1f6f421a
commit fd88aabe46
17 changed files with 749 additions and 60 deletions
+4 -1
View File
@@ -40,7 +40,10 @@ def main():
repos = api.get_repositories()
print(f"total {len(repos)} repositories")
if not is_valid_repository_names(name_format=config.repository_format, repos=repos):
if not is_valid_repository_names(
name_format=config.repository_format,
repos=repos,
):
print("Format string is not valid, duplicates are not allowed")
sys.exit(1)