Skip to content

Commit

Permalink
Use require_serial: true as the default for our pre-commit hook, no…
Browse files Browse the repository at this point in the history
…t `-j1` (#95)
  • Loading branch information
AlexWaygood authored Oct 16, 2023
1 parent dbccac0 commit ae69698
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: Sphinx Lint
description: 'Searches for common problems in Sphinx-flavored reST files'
types: [rst]
# Defer to pre-commit on the best way to delegate resources across available cores
args: [--jobs=1]
require_serial: true # we use multiprocessing internally anyway
entry: sphinx-lint
language: python

0 comments on commit ae69698

Please sign in to comment.