We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ec2f7 commit cb09d5fCopy full SHA for cb09d5f
.pre-commit-config.yaml
@@ -45,7 +45,7 @@ repos:
45
hooks:
46
- id: rstcheck
47
description: Checks syntax of reStructuredText/rst and code blocks nested within it.
48
- args: [--report=warning]
+ args: [--report-level=warning]
49
additional_dependencies: [sphinx]
50
files: ^(index|docs/.*|docs/_includes/.*|README|CONTRIBUTING)\.rst$
51
exclude: docs/topics/pillar.rst
0 commit comments