#20084 Support code formatting using Ruff
Issue created by
krishnan-chandra
Is your feature request related to a problem? Please describe.
A Ruff formatter was
just released and it is
allegedly much more performant than Black according to the post. It would be nice if we could run formatting using Ruff via Pants.
Describe the solution you'd like
We should be able to use the Ruff formatter as part of the Ruff integration, as an alternative to Black.
Describe alternatives you've considered
N/A
Additional context
I'm happy to work on this feature myself!
pantsbuild/pants