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
require_serial is not pertinent to commit-msg hooks or hooks that
themselves execute serially. The option is intended to prevent
fork-bombing that can occur when pre-commit runs a hook that itself
spawns many processes many times in parallel.
0 commit comments