Skip to content

Commit 33450a9

Browse files
[3.12] Don't doubly-parallelise sphinx-lint (pythonGH-110617) (python#110626)
Co-authored-by: Adam Turner <[email protected]>
1 parent 43641f5 commit 33450a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ repos:
3030
args: [--enable=default-role]
3131
files: ^Doc/|^Misc/NEWS.d/next/
3232
types: [rst]
33+
require_serial: true
3334

3435
- repo: meta
3536
hooks:

0 commit comments

Comments
 (0)