From 88a3ab5bf18a2c4811bdb3f4e814916ee9504520 Mon Sep 17 00:00:00 2001 From: shreyamalviya Date: Tue, 20 Apr 2021 18:49:40 +0530 Subject: [PATCH] Modify pre-commit-config.yaml to make pytest run only pre-push (Run `pre-commit install --hook-type pre-push`) --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33b42663b..877a1b57d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,3 +41,4 @@ repos: language: system files: "monkey/" exclude: "monkey/monkey_island/cc/ui" + stages: [push]