potiuk commented on pull request #9681: URL: https://github.com/apache/airflow/pull/9681#issuecomment-654137435
@kaxil Actually it does not do what you think it does. "require_serial" does not make pre-commits run in parallel to other pre-commits. It simply makes one pre-commit check to use one process only and does not split files among many processes (as many as you have processors available). however when pass_filenames: is set to false, by definition it is always run as single process, so require_serial is not needed in this case (that's why i approved it). ---------------------------------------------------------------- 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]
