diff --git a/.github/actions/merge/entrypoint.py b/.github/actions/merge/entrypoint.py index af0c41c..8ee48a6 100755 --- a/.github/actions/merge/entrypoint.py +++ b/.github/actions/merge/entrypoint.py @@ -17,7 +17,7 @@ from gql import Client, gql from gql.transport.requests import RequestsHTTPTransport gi.require_version("Json", "1.0") -from gi.repository import Json +from gi.repository import Json # noqa: E402 def set_protected_branch(token, repo, branch): @@ -179,7 +179,10 @@ def main(): print("Creating new repo on Flathub") repo = org.create_repo(appid) time.sleep(5) - repo.edit(homepage=f"https://flathub.org/apps/details/{appid}", delete_branch_on_merge=True) + repo.edit( + homepage=f"https://flathub.org/apps/details/{appid}", + delete_branch_on_merge=True, + ) print("Adding flathub remote") clone.remotes.create(