% `./pants fmt ::` 9:22:07.29 [INFO] Completed: Fo...
# general
h
%
./pants fmt ::
192207.29 [INFO] Completed: Format with docformatter - docformatter made no changes. 192207.29 [WARN] Completed: Format with isort - isort made changes. /path/to/file1 /path/to/file2 192207.29 [WARN] Completed: Format with Black - black made changes. /path/to/file1 /path/to/file2 + black made changes. āœ“ docformatter made no changes. + isort made changes. But I can't see any files changing in the git in vscode?
b
Have you configured
isort
and
black
to play nice? I suspect
black
is changing an import and
isort
is changing it back šŸ™‚
āž• 1
h
alright, thanks !! šŸ™‚