We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
require_serial: true
-j1
1 parent dbccac0 commit ae69698Copy full SHA for ae69698
.pre-commit-hooks.yaml
@@ -2,7 +2,6 @@
2
name: Sphinx Lint
3
description: 'Searches for common problems in Sphinx-flavored reST files'
4
types: [rst]
5
- # Defer to pre-commit on the best way to delegate resources across available cores
6
- args: [--jobs=1]
+ require_serial: true # we use multiprocessing internally anyway
7
entry: sphinx-lint
8
language: python
0 commit comments