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 .