diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e458a8ab7f189b45cad84201a9534a4ba615a4b0..a200498f9a4e73cc76d6ebe15d409b965588c10b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -14,6 +14,10 @@ repos:
     rev: v0.6.0
     hooks:
       - id: shell-lint
+
+  - repo: https://github.com/shellcheck-py/shellcheck-py.git
+    rev: v0.7.1.1
+    hooks:
       - id: shellcheck
 
   - repo: https://git.shore.co.il/nimrod/git-pre-commit.git