Skip to content

Commit

Permalink
style: pre-commit.ci auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2024
1 parent ee36134 commit aa6e1da
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ def make_firefoxci_artifact_tasks(config, tasks):
exclude_attrs,
include_deps,
).values():
logging.info(f"firefoxci_artifact: processing {task_def['metadata']['name']}")
logging.info(
f"firefoxci_artifact: processing {task_def['metadata']['name']}"
)
# Add docker images
if "image" in task_def["payload"]:
image = task_def["payload"]["image"]
Expand Down

0 comments on commit aa6e1da

Please sign in to comment.