ci(pre-commit): enable/disable rstcheck as relevant [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/262
This commit is contained in:
Imran Iqbal
2020-10-05 00:25:09 +01:00
parent f76d8ba57d
commit 2dac7562b5
2 changed files with 9 additions and 6 deletions
+6 -6
View File
@@ -47,9 +47,9 @@ repos:
- id: salt-lint
name: Check Salt files using salt-lint
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
# - repo: https://github.com/myint/rstcheck
# rev: 3f929574
# hooks:
# - id: rstcheck
# name: Check reST files using rstcheck
# args: [--report=warning]
- repo: https://github.com/myint/rstcheck
rev: 3f929574
hooks:
- id: rstcheck
name: Check reST files using rstcheck
args: [--report=warning]