1
0
Fork 0
mirror of synced 2024-06-01 06:31:10 -04:00

ci(pre-commit): finalise rstcheck configuration [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/267
This commit is contained in:
Imran Iqbal 2020-10-10 06:52:24 +01:00
parent f53639a487
commit 02020503ea
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

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