forked from p34709852/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
|
||||
files: "monkey/"
|
||||
exclude: "monkey/monkey_island/cc/ui"
|
||||
stages: [push]
|
||||
|
|
Loading…
Reference in New Issue