chore(shellcheck): switch hook for `shellcheck` [skip ci]
authorDafydd Jones <dafydd@techneg.it>
Sun, 21 Feb 2021 08:27:29 +0000 (08:27 +0000)
committerImran Iqbal <iqbalmy@hotmail.com>
Sun, 21 Feb 2021 08:27:29 +0000 (08:27 +0000)
* Automated using https://github.com/myii/ssf-formula/pull/295

.pre-commit-config.yaml

index 8cf7f978d984406ad5b599112428ef12a9b75af3..ea8271b95a32f74a04d00242aa9826a9a777ed23 100644 (file)
@@ -25,14 +25,13 @@ repos:
         args: [--debug]
         always_run: true
         pass_filenames: false
-  - repo: https://github.com/jumanjihouse/pre-commit-hooks
-    rev: 2.1.3
+  - repo: https://github.com/shellcheck-py/shellcheck-py
+    rev: v0.7.1.1
     hooks:
       - id: shellcheck
         name: Check shell scripts with shellcheck
         files: ^.*\.(sh|bash|ksh)$
         types: []
-        args: []
   - repo: https://github.com/adrienverge/yamllint
     rev: v1.23.0
     hooks: