Skip to content

Commit 1188920

Browse files
fix(pre-commit): Don't require serial execution
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.
1 parent 85d9939 commit 1188920

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
entry: cz check --commit-msg-file
55
language: python
66
language_version: python3
7-
require_serial: true
87
minimum_pre_commit_version: "0.15.4"

0 commit comments

Comments
 (0)