mirror of https://github.com/python/cpython
Bump sphinx-lint to v0.8.1 (#110933)
This commit is contained in:
parent
37bd8726b8
commit
78e4a6de48
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue