potiuk commented on pull request #9681: URL: https://github.com/apache/airflow/pull/9681#issuecomment-654138511
In Pre-commit, by definition all pre-commit check are always run sequentially - one after another, The parallel "capabilities" of pre-commit are only applicable for splitting one pre-commit check between different processes. It would be far too dangerous to run several checks in parallel - because they are potentially modifying the source code while running. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
