Ruff
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 23s

This commit is contained in:
Jon Michael Aanes 2025-04-13 23:40:10 +02:00
parent 94ecf8d526
commit 4c5d2b08fd

View File

@ -109,7 +109,9 @@ class GiteaClient:
return issues return issues
def iter_user_repositories( def iter_user_repositories(
self, owner: str, only_those_with_issues: bool = False, self,
owner: str,
only_those_with_issues: bool = False,
) -> Iterator[str]: ) -> Iterator[str]:
""" """
Get a list of repositories for a given user. Get a list of repositories for a given user.