Browse Source

also run shellcheck

Robert Kosten 2 years ago
parent
commit
1b79203b91
1 changed files with 7 additions and 1 deletions
  1. 7 1
      .pre-commit-config.yaml

+ 7 - 1
.pre-commit-config.yaml

@@ -17,7 +17,13 @@ repos:
       - id: forbid-new-submodules                # prevents addition of new git submodules.
       - id: mixed-line-ending                    # replaces or checks mixed line ending.
         args: ["--fix", "no"]
+
+  - repo: https://github.com/jumanjihouse/pre-commit-hooks.git
+    rev: "2.1.5"
+    hooks:
+      - id: shellcheck
+
   - repo: https://code.robertkosten.de/rkosten/pre-commit-hooks.git
-    rev: e2096d96eab5733da24ae0d34ae97b19f4895efe
+    rev: "0.1.0"
     hooks:
       - id: shellharden