@@ -180,12 +180,12 @@ def run_library_checks(validators, bundle_submodules, latest_pylint, kw_args):
180
180
output_handler ()
181
181
output_handler ("State of CircuitPython + Libraries + Blinka" )
182
182
183
- output_handler ("Overall" )
183
+ output_handler ("### Overall" )
184
184
print_pr_overview (lib_insights , core_insights , blinka_insights )
185
185
print_issue_overview (lib_insights , core_insights , blinka_insights )
186
186
187
187
output_handler ()
188
- output_handler ("Core" )
188
+ output_handler ("### Core" )
189
189
print_pr_overview (core_insights )
190
190
output_handler ("* {} open pull requests" .format (len (core_insights ["open_prs" ])))
191
191
sorted_prs = sorted (core_insights ["open_prs" ],
@@ -214,7 +214,7 @@ def run_library_checks(validators, bundle_submodules, latest_pylint, kw_args):
214
214
)
215
215
216
216
output_handler ()
217
- output_handler ("Libraries" )
217
+ output_handler ("### Libraries" )
218
218
print_pr_overview (lib_insights )
219
219
output_handler (" * Merged pull requests:" )
220
220
sorted_prs = sorted (lib_insights ["merged_prs" ],
@@ -268,7 +268,7 @@ def run_library_checks(validators, bundle_submodules, latest_pylint, kw_args):
268
268
output_handler ("\n " .join ([" * " + x for x in repos_by_error [error ]]))
269
269
270
270
output_handler ()
271
- output_handler ("Blinka" )
271
+ output_handler ("### Blinka" )
272
272
print_pr_overview (blinka_insights )
273
273
output_handler ("* {} open pull requests" .format (len (blinka_insights ["open_prs" ])))
274
274
sorted_prs = sorted (blinka_insights ["open_prs" ],
0 commit comments