Skip to content

Commit 0483c8a

Browse files
committed
⬆️ Update sphinx-lint
1 parent d79088f commit 0483c8a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ repos:
1717
- id: check-json
1818
types: [file] # override `types: [json]`
1919
files: \.(json|ipynb)$
20+
- repo: https://github.com/sphinx-contrib/sphinx-lint
21+
rev: v1.0.0
22+
hooks:
23+
- id: sphinx-lint
24+
types: [rst]
2025
- repo: https://github.com/pycqa/isort
2126
rev: 5.13.2
2227
hooks:
@@ -28,12 +33,6 @@ repos:
2833
rev: 24.8.0
2934
hooks:
3035
- id: black
31-
- repo: https://github.com/sphinx-contrib/sphinx-lint
32-
rev: v0.9.1
33-
hooks:
34-
- id: sphinx-lint
35-
args: [--jobs=1]
36-
types: [rst]
3736
- repo: local
3837
hooks:
3938
- id: linkcheck

0 commit comments

Comments
 (0)