kaxil commented on pull request #9681: URL: https://github.com/apache/airflow/pull/9681#issuecomment-654140527
> @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). That was my intention though, to run a single pre-commit in parallel (using many files). I did not intend to make it parallel with other pre-commits :) ---------------------------------------------------------------- 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]
