From b7d9c66e80bfff7514633a867930330fa0fd1a7e Mon Sep 17 00:00:00 2001 From: Peter Shen Date: Fri, 10 Mar 2023 22:35:04 +0800 Subject: [PATCH] update .gitpod.yml (#42) --- .gitpod.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index df75fe2..5623a76 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,4 +3,7 @@ # and commit this file to your remote git repository to share the goodness with others. tasks: - - init: pip install -e . + - name: Setup & Install + before: pip install -r requirements-dev.txt + init: pre-commit install + command: pip install -e .