summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-10-10 12:51:20 (GMT)
committerGitHub <noreply@github.com>2023-10-10 12:51:20 (GMT)
commite24f9ae7035cfb4c11c4a5c2820121fc22463f8b (patch)
tree8d9014abffb7946a95beb6eb55ebee5aa053637e
parentce43d5f0e1e271289be5510ec80ebb9df77d88e1 (diff)
downloadcpython-e24f9ae7035cfb4c11c4a5c2820121fc22463f8b.zip
cpython-e24f9ae7035cfb4c11c4a5c2820121fc22463f8b.tar.gz
cpython-e24f9ae7035cfb4c11c4a5c2820121fc22463f8b.tar.bz2
Don't doubly-parallelise sphinx-lint (#110617)
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8bc0d44..aabf1c5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -39,6 +39,7 @@ repos:
args: [--enable=default-role]
files: ^Doc/|^Misc/NEWS.d/next/
types: [rst]
+ require_serial: true
- repo: meta
hooks: