Skip to content

Commit ae69698

Browse files
authored
Use require_serial: true as the default for our pre-commit hook, not -j1 (#95)
1 parent dbccac0 commit ae69698

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: Sphinx Lint
33
description: 'Searches for common problems in Sphinx-flavored reST files'
44
types: [rst]
5-
# Defer to pre-commit on the best way to delegate resources across available cores
6-
args: [--jobs=1]
5+
require_serial: true # we use multiprocessing internally anyway
76
entry: sphinx-lint
87
language: python

0 commit comments

Comments
 (0)