Skip to content

Commit f72b18d

Browse files
[3.11] Don't doubly-parallelise sphinx-lint (GH-110617) (#110627)
Co-authored-by: Adam Turner <[email protected]>
1 parent e511f54 commit f72b18d

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
@@ -23,6 +23,7 @@ repos:
2323
args: [--enable=default-role]
2424
files: ^Doc/|^Misc/NEWS.d/next/
2525
types: [rst]
26+
require_serial: true
2627

2728
- repo: meta
2829
hooks:

0 commit comments

Comments
 (0)