Skip to content

Commit 99b7e1c

Browse files
[3.12] Bump sphinx-lint to v0.8.1 (GH-110933) (#110957)
Co-authored-by: Alex Waygood <[email protected]>
1 parent 94525a7 commit 99b7e1c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ repos:
2424
types_or: [c, inc, python, rst]
2525

2626
- repo: https://github.com/sphinx-contrib/sphinx-lint
27-
rev: v0.7.0
27+
rev: v0.8.1
2828
hooks:
2929
- id: sphinx-lint
30-
args: [--enable=default-role, -j1]
30+
args: [--enable=default-role]
3131
files: ^Doc/|^Misc/NEWS.d/next/
32-
types: [rst]
3332

3433
- repo: meta
3534
hooks:

0 commit comments

Comments
 (0)