<#20342 `pants fix` goal runs formatters, but does...
# github-notifications
c
#20342 `pants fix` goal runs formatters, but doesn't respect `[fmt].only` parameter Issue created by pp-gborodin Describe the bug Imagine I have
black
and
isort
configured, and I set`[fmt].only = "black"`. With this setup I expect
pants fix ::
to only run
black
, but this is not the case, it runs both
black
and
isort
. Pants version 2.20.0dev3 OS Ubuntu 22.04 Additional info Looks like the issue is here, the fix rule doesn't respect FmtSubsystem pantsbuild/pants