[CI][RFC] Replace black-jupyter with ruff-format (#37210)

Co-authored-by: Alison Shao <a.shao@wustl.edu>
This commit is contained in:
Alex Nails
2026-09-02 19:46:08 -07:00
committed by GitHub
co-authored by Alison Shao
parent 2641e427be
commit 28262c20df
1411 changed files with 7766 additions and 8176 deletions
+2 -2
View File
@@ -266,7 +266,7 @@ def main():
print(
f"Daemon pp_rank={pp_rank} tp_rank={tp_rank} ready "
f"({time.time()-start:.0f}s)"
f"({time.time() - start:.0f}s)"
)
if error_found:
break
@@ -278,7 +278,7 @@ def main():
sys.exit(1)
print(
f"\nAll {total_ranks} daemons ready! Total load time: {time.time()-start:.1f}s"
f"\nAll {total_ranks} daemons ready! Total load time: {time.time() - start:.1f}s"
)
# Query config from daemon (pp_rank=0, tp_rank=0)