Merge remote-tracking branch 'upstream/isr-wake-enable-loop-soon' into integration

This commit is contained in:
J. Nick Koston
2026-02-28 14:56:19 -10:00
7 changed files with 44 additions and 35 deletions
+1 -1
View File
@@ -959,7 +959,7 @@ def main():
continue
run_checks(LINT_CONTENT_CHECKS, fname, fname, content)
run_checks(LINT_POST_CHECKS, "POST")
run_checks(LINT_POST_CHECKS, Path("POST"))
for f, errs in sorted(errors.items()):
bold = functools.partial(styled, colorama.Style.BRIGHT)