-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitpod.yml
36 lines (34 loc) · 940 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
tasks:
- init: pyenv local 3.10
- init: pip install -c .constraints/py3.10.txt -e .[dev]
github:
prebuilds:
master: true
branches: false
pullRequests: true
pullRequestsFromForks: true
addComment: false
addBadge: false
addLabel: false
vscode:
extensions:
- charliermarsh.ruff
- christian-kohler.path-intellisense
- eamodio.gitlens
- editorconfig.editorconfig
- esbenp.prettier-vscode
- executablebookproject.myst-highlight
- github.vscode-github-actions
- github.vscode-pull-request-github
- julialang.language-julia
- ms-python.python
- ms-python.vscode-pylance
- ms-toolsai.vscode-jupyter-cell-tags
- ms-vscode.live-server
- ms-vsliveshare.vsliveshare
- redhat.vscode-yaml
- soulcode.vscode-unwanted-extensions
- stkb.rewrap
- streetsidesoftware.code-spell-checker
- tamasfe.even-better-toml
- yzhang.markdown-all-in-one