<#20266 `ruff` not executable as formatter> Issue ...
# github-notifications
c
#20266 `ruff` not executable as formatter Issue created by cedric-fauth Is your feature request related to a problem? Please describe. Hi, I am using the
ruff
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/pants