You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though pre-commit can natively do it, for regular CLI invocations I think it is pretty useful for us to have some sort of parallelization through -w/--workers. It can simply use concurrent.futures's process based executors to map the given files into the refactor APIs.
The text was updated successfully, but these errors were encountered:
Even though pre-commit can natively do it, for regular CLI invocations I think it is pretty useful for us to have some sort of parallelization through
-w
/--workers
. It can simply useconcurrent.futures
's process based executors to map the given files into the refactor APIs.The text was updated successfully, but these errors were encountered: