@@ -180,12 +180,12 @@ def run_library_checks(validators, bundle_submodules, latest_pylint, kw_args):
180180 output_handler ()
181181 output_handler ("State of CircuitPython + Libraries + Blinka" )
182182
183- output_handler ("Overall" )
183+ output_handler ("### Overall" )
184184 print_pr_overview (lib_insights , core_insights , blinka_insights )
185185 print_issue_overview (lib_insights , core_insights , blinka_insights )
186186
187187 output_handler ()
188- output_handler ("Core" )
188+ output_handler ("### Core" )
189189 print_pr_overview (core_insights )
190190 output_handler ("* {} open pull requests" .format (len (core_insights ["open_prs" ])))
191191 sorted_prs = sorted (core_insights ["open_prs" ],
@@ -214,7 +214,7 @@ def run_library_checks(validators, bundle_submodules, latest_pylint, kw_args):
214214 )
215215
216216 output_handler ()
217- output_handler ("Libraries" )
217+ output_handler ("### Libraries" )
218218 print_pr_overview (lib_insights )
219219 output_handler (" * Merged pull requests:" )
220220 sorted_prs = sorted (lib_insights ["merged_prs" ],
@@ -268,7 +268,7 @@ def run_library_checks(validators, bundle_submodules, latest_pylint, kw_args):
268268 output_handler ("\n " .join ([" * " + x for x in repos_by_error [error ]]))
269269
270270 output_handler ()
271- output_handler ("Blinka" )
271+ output_handler ("### Blinka" )
272272 print_pr_overview (blinka_insights )
273273 output_handler ("* {} open pull requests" .format (len (blinka_insights ["open_prs" ])))
274274 sorted_prs = sorted (blinka_insights ["open_prs" ],
0 commit comments