[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 0ed2329a16)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Miss Islington (bot) 2023-10-13 15:59:12 +02:00 committed by GitHub
parent 1c44f881c7
commit 49da117665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: