cool-easter-32542
12/05/2023, 4:24 PMruff linter and formatter and wanted to include it in my pants setup. However only linting and fixing seems to be available through the lint and fix goals. I couldn't find a way to run ruff format which does more than ruff --fix. This feature is missing I think.
Describe the solution you'd like
It would be great to have a pants fmt command which invokes ruff format.
Describe alternatives you've considered
I tried using the [ruff].args field to provide format but this did not work.
pantsbuild/pantscool-easter-32542
12/05/2023, 9:35 PM