Skip to content

Commit ede1e15

Browse files
yizhuoz004claude
andcommitted
style: set black line-length=120 and reformat test_moe.py
Uncomment line-length = 120 in [tool.black] (it was already written but commented out). With 120-char lines the parameterized test-case tables in test_moe.py fit on a single line each, reducing the file from 1445 lines (88-char limit) back to 895 lines. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b73efb9 commit ede1e15

2 files changed

Lines changed: 70 additions & 620 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ py_version = 311
363363
skip = ["py/torch_tensorrt/fx"]
364364

365365
[tool.black]
366-
#line-length = 120
366+
line-length = 120
367367
target-version = ["py38", "py39", "py310", "py311", "py312"]
368368
force-exclude = """
369369
elu_converter/setup.py

0 commit comments

Comments
 (0)