apache / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators
https://tvm.apache.org/
Apache License 2.0
11.41k stars 3.4k forks source link

[Utils] Define line-length for "ruff format" #17125

Open Lunderberg opened 1 week ago

Lunderberg commented 1 week ago

The ruff format tool is an alternative to the black formatter, with significantly improved performance. This commit updates the pyproject.toml to include a configuration for ruff format, matched to the configuration of black.