diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 27a5a66d1e67b3b33e71be0f1bc420605755b983..554101a539e3b56ba182294620165c5778f3b531 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -75,7 +75,7 @@ repos:
         name: linter
         language: system
         pass_filenames: false
-        stages: [ push ]
+        # stages: [ push ]
         entry: make lint
         types: [ python ]
 
@@ -83,6 +83,6 @@ repos:
         name: test
         language: system
         pass_filenames: false
-        stages: [ pre-commit, push ]
+        # stages: [ pre-commit, push ]
         entry: make test
         types: [ python ]