diff --git a/aider_gitea/gitea_client.py b/aider_gitea/gitea_client.py
index 7c82627..4f1e95e 100644
--- a/aider_gitea/gitea_client.py
+++ b/aider_gitea/gitea_client.py
@@ -109,7 +109,9 @@ class GiteaClient:
         return issues
 
     def iter_user_repositories(
-        self, owner: str, only_those_with_issues: bool = False,
+        self,
+        owner: str,
+        only_those_with_issues: bool = False,
     ) -> Iterator[str]:
         """
         Get a list of repositories for a given user.