summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-10-10 13:00:24 (GMT)
committerGitHub <noreply@github.com>2023-10-10 13:00:24 (GMT)
commitf72b18d146739e4a358499e621ef41f50fa2680a (patch)
treee7adfcbe0aeb4745f73445a3a542d949f5c92c81 /.pre-commit-config.yaml
parente511f544ea444a5653f322d01507563d9cf66268 (diff)
downloadcpython-f72b18d146739e4a358499e621ef41f50fa2680a.zip
cpython-f72b18d146739e4a358499e621ef41f50fa2680a.tar.gz
cpython-f72b18d146739e4a358499e621ef41f50fa2680a.tar.bz2
[3.11] Don't doubly-parallelise sphinx-lint (GH-110617) (#110627)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-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 141d12b..1ae3dd7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -23,6 +23,7 @@ repos:
args: [--enable=default-role]
files: ^Doc/|^Misc/NEWS.d/next/
types: [rst]
+ require_serial: true
- repo: meta
hooks: