]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Don't doubly-parallelise sphinx-lint (#110617)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Tue, 10 Oct 2023 12:51:20 +0000 (13:51 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 12:51:20 +0000 (14:51 +0200)
.pre-commit-config.yaml

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