diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-10 13:00:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 13:00:24 (GMT) |
commit | f72b18d146739e4a358499e621ef41f50fa2680a (patch) | |
tree | e7adfcbe0aeb4745f73445a3a542d949f5c92c81 /.pre-commit-config.yaml | |
parent | e511f544ea444a5653f322d01507563d9cf66268 (diff) | |
download | cpython-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.yaml | 1 |
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: |