bitter-ability-32190
10/26/2021, 6:08 PMyapf 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 )witty-crayon-22786
10/26/2021, 6:20 PMyapf will take advantage of your cores if it is capable of doing that: we configure the concurrency of tools that we know have concurrency flags, but many have reasonable defaultsbitter-ability-32190
10/26/2021, 6:21 PMpantswitty-crayon-22786
10/26/2021, 6:27 PMlint that will toggle “lint per file”, and in that case you would get ~1k yapf processes. we really ought to have an in-between toggle that would lint in batches.witty-crayon-22786
10/26/2021, 6:31 PMwitty-crayon-22786
10/26/2021, 6:32 PMbitter-ability-32190
10/26/2021, 6:44 PM