Modify pre-commit-config.yaml to make pytest run only pre-push

(Run `pre-commit install --hook-type pre-push`)
This commit is contained in:
shreyamalviya 2021-04-20 18:49:40 +05:30
parent 83e93928e7
commit 88a3ab5bf1
1 changed files with 1 additions and 0 deletions

View File

@ -41,3 +41,4 @@ repos:
language: system
files: "monkey/"
exclude: "monkey/monkey_island/cc/ui"
stages: [push]