Running pants fmt
with --changed-since
changes result vs directly listing target
#21871
Labels
pants fmt
with --changed-since
changes result vs directly listing target
#21871
Describe the bug
As you can see, linting the file and fmting the file both returned green, until running with --changed-since after which they made edits.
FWIW, I think the --changed-since output is correct, and I'm surprised the imports aren't getting reordered without it.
imports before:
imports after:
Pants version
2.23.1
OS
MacOS and Ubuntu
Additional info
[isort]
args = [
"--profile=black",
"-l",
"100",
"--force-single-line-imports",
"--force-alphabetical-sort-within-sections",
"--single-line-exclusions=typing",
]
interpreter_constraints = [
"CPython>=3.11,<4"
]
install_from_resolve = "python-default" # 5.13.2
The text was updated successfully, but these errors were encountered: