File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,15 +153,19 @@ def build_stats_block() -> str:
153153 lines = [
154154 STATS_HEADER ,
155155 "" ,
156- f"_Generated automatically by "
157- f"`scripts/hacktoberfest_prep_update.py` on { today } (UTC)._" ,
156+ (
157+ f"_Generated automatically by "
158+ f"`scripts/hacktoberfest_prep_update.py` on { today } (UTC)._"
159+ ),
158160 "" ,
159161 f"- **Open issues:** { open_issues } " ,
160162 f"- **Open pull requests:** { open_prs } " ,
161163 f"- **Open PRs labelled `{ AWAITING_LABEL } `:** { awaiting } " ,
162164 "" ,
163- "**Top three directories to work on** (most open pull requests labelled "
164- f"`{ AWAITING_LABEL } `):" ,
165+ (
166+ "**Top three directories to work on** (most open pull requests "
167+ f"labelled `{ AWAITING_LABEL } `):"
168+ ),
165169 "" ,
166170 ]
167171 if top_dirs := top_awaiting_directories ():
You can’t perform that action at this time.
0 commit comments