Bump sphinx-lint to v0.8.1 (#110933)

This commit is contained in:
Alex Waygood 2023-10-17 06:26:06 +01:00 committed by GitHub
parent 37bd8726b8
commit 78e4a6de48
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,12 +24,11 @@ repos:
types_or: [c, inc, python, rst]
- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.7.0
rev: v0.8.1
hooks:
- id: sphinx-lint
args: [--enable=default-role, -j1]
args: [--enable=default-role]
files: ^Doc/|^Misc/NEWS.d/next/
types: [rst]
- repo: meta
hooks: