ruff icon indicating copy to clipboard operation
ruff copied to clipboard

Respect `fmt: skip` for multiple statements on same line

Open dylwil3 opened this issue 2 months ago • 1 comments

WIP

dylwil3 avatar Dec 20 '25 21:12 dylwil3

ruff-ecosystem results

Formatter (stable)

✅ ecosystem check detected no format changes.

Formatter (preview)

✅ ecosystem check detected no format changes.

astral-sh-bot[bot] avatar Dec 20 '25 21:12 astral-sh-bot[bot]

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

MichaReiser avatar Dec 22 '25 20:12 MichaReiser