-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitpod.yml
44 lines (40 loc) · 986 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
37
38
39
40
41
42
43
44
image:
file: .gitpod.Dockerfile
ports:
- port: 8000
onOpen: open-preview
vscode:
extensions:
- "ms-python.python"
- "njpwerner.autodocstring"
- "teabyii.ayu"
- "PKief.material-icon-theme"
- "aaron-bond.better-comments"
- "alefragnani.Bookmarks"
- "IBM.output-colorizer"
- "streetsidesoftware.code-spell-checker"
- "yzhang.markdown-all-in-one"
- "davidanson.vscode-markdownlint"
- "qcz.text-power-tools"
- "ms-azuretools.vscode-docker"
- "wayou.vscode-todo-highlight"
- "editorconfig.editorconfig"
- "christian-kohler.path-intellisense"
- "eamodio.gitlens"
- "bungcip.better-toml"
- "redhat.vscode-yaml"
- "almenon.arepl"
tasks:
- init: |
poetry install
poetry run pre-commit install --install-hooks
poetry shell
github:
prebuilds:
master: true
branches: true
pullRequests: true
pullRequestsFromForks: true
addCheck: true
addComment: false
addBadge: true