Skip to content

Commit cb09d5f

Browse files
Fix rstcheck call in pre-commit
1 parent 58ec2f7 commit cb09d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: rstcheck
4747
description: Checks syntax of reStructuredText/rst and code blocks nested within it.
48-
args: [--report=warning]
48+
args: [--report-level=warning]
4949
additional_dependencies: [sphinx]
5050
files: ^(index|docs/.*|docs/_includes/.*|README|CONTRIBUTING)\.rst$
5151
exclude: docs/topics/pillar.rst

0 commit comments

Comments
 (0)