Bump sphinx-lint to 0.7.0 (#110830)

This commit is contained in:
Alex Waygood 2023-10-13 15:58:26 +02:00 committed by GitHub
parent f81e36f700
commit 0ed2329a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

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: