Skip to content

Commit 7297c90

Browse files
authored
Turn off pre-commit's automated multiprocessing
Since the doc8 output includes a summary footer, this appears multiple times if pre-commit has run multiple copies of doc8 in parallel.
1 parent ce90d48 commit 7297c90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
entry: python -m doc8
1010
language: python
1111
files: \.rst$
12+
require_serial: true

0 commit comments

Comments
 (0)