cool-easter-32542
12/27/2023, 9:43 PMblack 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