Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49da117

Browse files
[3.12] Bump sphinx-lint to 0.7.0 (GH-110830) (#110833)
Bump sphinx-lint to 0.7.0 (GH-110830) (cherry picked from commit 0ed2329) Co-authored-by: Alex Waygood <[email protected]>
1 parent 1c44f88 commit 49da117

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.pre-commit-config.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ repos:
2424
types_or: [c, inc, python, rst]
2525

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

3534
- repo: meta
3635
hooks:

0 commit comments

Comments
 (0)