I was wondering how one might go about configuring...
# general
g
I was wondering how one might go about configuring ruff as a fmt goal? I'm not sure if that's even the correct terminology or way of thinking.
I figured this out by discovering the fix goal. How come that goal is not documented here?
Found the exhaustive list here
c
I think you would need https://github.com/pantsbuild/pants/pull/20545 (in the 2.20 dev series)
g
got it. Yeah, I'm using latest stable (2.19). Thanks for pointing me at the PR.
b
And there's actually yet another bugfix after that so you might be best off waiting for the next 2.20 alpha release
👍 1