1
0
Fork 0

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:08:02 +01:00
parent 84b2f6aa99
commit ccafa98d9d
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
2 changed files with 2 additions and 2 deletions

View File

@ -52,4 +52,3 @@ repos:
- id: rstcheck
name: Check reST files using rstcheck
exclude: 'docs/CHANGELOG.rst'
args: [--report=warning]

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\.$)