Skip to content

Commit 57ae64f

Browse files
[3.11] Bump sphinx-lint to v0.8.1 (GH-110933) (#110958)
Co-authored-by: Alex Waygood <[email protected]>
1 parent 5f7aba9 commit 57ae64f

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
@@ -17,12 +17,11 @@ repos:
1717
types_or: [c, inc, python, rst]
1818

1919
- repo: https://github.com/sphinx-contrib/sphinx-lint
20-
rev: v0.7.0
20+
rev: v0.8.1
2121
hooks:
2222
- id: sphinx-lint
23-
args: [--enable=default-role, -j1]
23+
args: [--enable=default-role]
2424
files: ^Doc/|^Misc/NEWS.d/next/
25-
types: [rst]
2625

2726
- repo: meta
2827
hooks:

0 commit comments

Comments
 (0)