ruff
ruff copied to clipboard
Respect `fmt: skip` for multiple statements on same line
WIP
ruff-ecosystem results
Formatter (stable)
✅ ecosystem check detected no format changes.
Formatter (preview)
✅ ecosystem check detected no format changes.
Regarding the benchmark. I don't think using hyperfine will give you meaningful numbers. There's just too much overhead in ruff's cli (config discovery, directory walking, io) in addition to the noise of measuring a cli tool.
If you want to get meaningful numbers, I suggest adding a benchmark to ruff_benchmark. Even if it's just locally