We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c34f13 commit b7d9c66Copy full SHA for b7d9c66
.gitpod.yml
@@ -3,4 +3,7 @@
3
# and commit this file to your remote git repository to share the goodness with others.
4
5
tasks:
6
- - init: pip install -e .
+ - name: Setup & Install
7
+ before: pip install -r requirements-dev.txt
8
+ init: pre-commit install
9
+ command: pip install -e .
0 commit comments