diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2023-10-13 13:58:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-13 13:58:26 (GMT) |
commit | 0ed2329a1627fc8ae97b009114cd960c25567f75 (patch) | |
tree | 68daa5582660a92117a09b9f1f6a0b06a9c96b45 | |
parent | f81e36f700ac8c6766207fcf3bc2540692af868b (diff) | |
download | cpython-0ed2329a1627fc8ae97b009114cd960c25567f75.zip cpython-0ed2329a1627fc8ae97b009114cd960c25567f75.tar.gz cpython-0ed2329a1627fc8ae97b009114cd960c25567f75.tar.bz2 |
Bump sphinx-lint to 0.7.0 (#110830)
-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: |