chore(pre-commit): use info report level for rstcheck [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/325
This commit is contained in:
Imran Iqbal
2021-05-20 14:11:54 +01:00
parent 4a1cf0ef7a
commit 643c49437e
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -52,4 +52,3 @@ repos:
- id: rstcheck
name: Check reST files using rstcheck
exclude: 'docs/CHANGELOG.rst'
args: [--report=warning]
+2 -1
View File
@@ -1,3 +1,4 @@
[rstcheck]
report=error
report=info
ignore_language=rst
ignore_messages=(Duplicate (ex|im)plicit target.*|Hyperlink target ".*" is not referenced\.$)