forked from p15670423/monkey
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:
parent
83e93928e7
commit
88a3ab5bf1
|
@ -41,3 +41,4 @@ repos:
|
||||||
language: system
|
language: system
|
||||||
files: "monkey/"
|
files: "monkey/"
|
||||||
exclude: "monkey/monkey_island/cc/ui"
|
exclude: "monkey/monkey_island/cc/ui"
|
||||||
|
stages: [push]
|
||||||
|
|
Loading…
Reference in New Issue