mirror of https://github.com/python/cpython
Bump sphinx-lint to 0.7.0 (#110830)
This commit is contained in:
parent
f81e36f700
commit
0ed2329a16
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue