diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a1fa490069bae414848cd9cc6b5f2450d108d638..13eb0f0645a7773ac752210f1bde980e2b30c859 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -24,12 +24,7 @@
         files: tests/playbook.yml
         args:
         - tests/playbook.yml
--   repo: local
+-   repo: https://github.com/adarnimrod/python-pre-commit.git
+    sha: v0.1.0
     hooks:
     -   id: piprot
-        name: piprot
-        description: Check up-to-date Python requirements
-        language: system
-        entry: piprot --outdated tests/requirements.txt
-        files: requirements.txt
-        always_run: true