LngelKyo opened a new pull request, #20253:
URL: https://github.com/apache/tvm/pull/20253

   #20131 left a 3-line wrapped call in `test_round` 
(tests/python/codegen/test_target_codegen_c_host.py:200) that ruff-format 
rejoins into a single line under `line-length = 100`, so `pre-commit run 
--all-files` fails on every open PR — the CI lint is currently red on main, and 
this PR is the one-line restore.
   
   ```
   -        midpoints = np.array(
   -            [0.5, 1.5, 2.5, 3.5, -0.5, -1.5, -2.5, -3.5], dtype="float32"
   -        )
   +        midpoints = np.array([0.5, 1.5, 2.5, 3.5, -0.5, -1.5, -2.5, -3.5], 
dtype="float32")
   ```
   
   Reproduce with the CI-pinned hook:
   
   ```
   uvx [email protected] format --check 
tests/python/codegen/test_target_codegen_c_host.py
   ```
   
   Formatting-only; no other change. Once merged, #20252 (which rebases on 
this) goes green.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to