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

* Automated using https://github.com/myii/ssf-formula/pull/325
pull/58/head
Imran Iqbal 2 years ago
parent 84b2f6aa99
commit ccafa98d9d
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
  1. 1
      .pre-commit-config.yaml
  2. 3
      .rstcheck.cfg

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

@ -1,3 +1,4 @@
[rstcheck]
report=error
report=info
ignore_language=rst
ignore_messages=(Duplicate (ex|im)plicit target.*|Hyperlink target ".*" is not referenced\.$)

Loading…
Cancel
Save