]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Don't doubly-parallelise sphinx-lint (GH-110617) (#110627)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Oct 2023 13:00:24 +0000 (15:00 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 13:00:24 +0000 (07:00 -0600)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
.pre-commit-config.yaml

index 141d12b636a61844f9335f9ada9c240757b4e17c..1ae3dd71354e6368fece9b80ab6ba06d874289ad 100644 (file)
@@ -23,6 +23,7 @@ repos:
         args: [--enable=default-role]
         files: ^Doc/|^Misc/NEWS.d/next/
         types: [rst]
+        require_serial: true
 
   - repo: meta
     hooks: