Skip to content

Commit d0ef4f8

Browse files
[3.11] Bump sphinx-lint to 0.7.0 (GH-110830) (#110834)
Bump sphinx-lint to 0.7.0 (GH-110830) (cherry picked from commit 0ed2329) Co-authored-by: Alex Waygood <[email protected]>
1 parent c0a77eb commit d0ef4f8

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

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

2827
- repo: meta
2928
hooks:

0 commit comments

Comments
 (0)