diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-13 13:59:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-13 13:59:12 (GMT) |
commit | 49da1176654dc69bfab253b82e297828d9a82648 (patch) | |
tree | d5eb9a598bf480ab0663629f74fb3308f5f6aed5 /.pre-commit-config.yaml | |
parent | 1c44f881c73f1eabe70704dd5acc6ad98d9156bd (diff) | |
download | cpython-49da1176654dc69bfab253b82e297828d9a82648.zip cpython-49da1176654dc69bfab253b82e297828d9a82648.tar.gz cpython-49da1176654dc69bfab253b82e297828d9a82648.tar.bz2 |
[3.12] Bump sphinx-lint to 0.7.0 (GH-110830) (#110833)
Bump sphinx-lint to 0.7.0 (GH-110830)
(cherry picked from commit 0ed2329a1627fc8ae97b009114cd960c25567f75)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b362a7..4835b64 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,13 +24,12 @@ repos: types_or: [c, inc, python, rst] - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.6.8 + rev: v0.7.0 hooks: - id: sphinx-lint - args: [--enable=default-role] + args: [--enable=default-role, -j1] files: ^Doc/|^Misc/NEWS.d/next/ types: [rst] - require_serial: true - repo: meta hooks: |