Does running tools via goals participate in concur...
# general
b
Does running tools via goals participate in concurrency in a single tool? E.g. When running
yapf
through
fmt
, does it take advantage of all my cores (the output shows one line about running
yapf
on 1k files and 63 more spinny doodads. Similarly for
pylint
)