Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 3, 2024
1 parent 0ee9201 commit 1c4916b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions conda_forge_webservices/github_actions_integration/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ def main_init_task(task, repo, pr_number):
logging.basicConfig(level=logging.INFO)

action_desc = f"task `{tasl}` for conda-forge/{repo}#{pr_number}"
print(f"::notice title=conda-forge-webservices job information::{action_desc}", flush=True)
print(
f"::notice title=conda-forge-webservices job information::{action_desc}",
flush=True,
)

if task in ["rerender", "version_update"]:
pass
Expand Down Expand Up @@ -482,7 +485,10 @@ def main_automerge(repo, sha):
logging.basicConfig(level=logging.INFO)

action_desc = f"task `automerge` for conda-forge/{repo}@{sha}"
print(f"::notice title=conda-forge-webservices job information::{action_desc}", flush=True)
print(
f"::notice title=conda-forge-webservices job information::{action_desc}",
flush=True,
)

found_pr = False
full_repo_name = f"conda-forge/{repo}"
Expand Down

0 comments on commit 1c4916b

Please sign in to comment.