We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f00ee commit 3a5bc46Copy full SHA for 3a5bc46
.pre-commit-config.yaml
@@ -13,3 +13,9 @@ repos:
13
rev: 0.6.0
14
hooks:
15
- id: uv-lock
16
+ - repo: https://github.com/rstcheck/rstcheck
17
+ rev: 77490ffa33bfc0928975ae3cf904219903db755d # frozen: v6.2.5
18
+ hooks:
19
+ - id: rstcheck
20
+ additional_dependencies: ['rstcheck[sphinx]']
21
+ args: ["--report-level", "warning"]
0 commit comments