Skip to content

Commit

Permalink
chore: gitpod config
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Aug 31, 2021
1 parent 881cc8d commit 244ce94
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
tasks:
- init: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
command: poetry install
env:
PIP_USER: no
vscode:
extensions:
- "ms-python.python"
- "ms-pyright.pyright"

0 comments on commit 244ce94

Please sign in to comment.