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

index 8ad1f33d3a60507edb352421683ac975f4f0dae0..5b362a7c9d4c8aa84352e0628f1f4d2649eca2b5 100644 (file)
@@ -30,6 +30,7 @@ repos:
         args: [--enable=default-role]
         files: ^Doc/|^Misc/NEWS.d/next/
         types: [rst]
+        require_serial: true
 
   - repo: meta
     hooks: