8000 ci: Add rst check to pre-commit · django-cms/django-cms@53564b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53564b6

Browse files
committed
ci: Add rst check to pre-commit
1 parent 4e05d6e commit 53564b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ repos:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
4646
- id: ruff-format
47+
48+
- repo: https://github.com/rstcheck/rstcheck
49+
rev: v6.2.0
50+
hooks:
51+
- id: rstcheck
52+
additional_dependencies:
53+
- sphinx==6.1.3
54+
- tomli==2.0.1

0 commit comments

Comments
 (0)
0