diff options
-rw-r--r-- | .gitpod.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..6ae59c4e --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,7 @@ +tasks: + - name: Initialize Poetry Environment + before: pyenv install 3.9.6 && pyenv global 3.9.6 + env: + PIP_USER: false + init: pip install poetry + command: poetry install && poetry run pre-commit install |