high-yak-85899
05/11/2023, 6:03 PM./pants fmt ::
or to break up formatters? e.g. isort
+ yapf
seem to cause a bunch of logs like this
12:02:16.98 [INFO] Filesystem changed during run: retrying `Fmt` in 500ms...
12:02:17.50 [INFO] Filesystem changed during run: retrying `Fmt` in 500ms...
12:02:18.01 [INFO] Filesystem changed during run: retrying `Fmt` in 500ms...
12:02:18.52 [INFO] Filesystem changed during run: retrying `Fmt` in 500ms...
12:02:19.04 [INFO] Filesystem changed during run: retrying `Fmt` in 500ms...
witty-crayon-22786
05/11/2023, 6:22 PMfmt
rule to finish than for the engine to notice that the files on disk had changed.
i think that we have a ticket about quieting it down, but it is harmless.high-yak-85899
05/11/2023, 6:25 PMyapf
and I want isort
. Having trouble getting them happy together since isort wants to format some import lines a different way than yapf does.witty-crayon-22786
05/11/2023, 6:26 PMfmt
goal, because it executes all formatters sequentially in sandboxes before commiting the result to disk