I see many of these logs when I run `./pants fmt :...
# general
c
I see many of these logs when I run
./pants fmt ::
, without explicitly modifying files while it is running.
Copy code
10:19:26.61 [INFO] Filesystem changed during run: retrying `Fmt` in 500ms...
Is this to be expected as a result of the formatter modifying files?
1
b
c
Yup, seems like it. Thanks!