Skip to content

Commit 737ee9d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 44d6656 commit 737ee9d

File tree

3 files changed

+82
-87
lines changed

3 files changed

+82
-87
lines changed
Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
{
2-
"build": {
3-
"dockerfile": "../Dockerfile",
4-
"context": "../../conda"
2+
"build": {
3+
"dockerfile": "../Dockerfile",
4+
"context": "../../conda"
5+
},
6+
"postCreateCommand": {
7+
"juperlab": "mkdir /home/jovyan/.jupyter && cp .devcontainer/scipy2023/jupyter_lab_config.py /home/jovyan/.jupyter/jupyter_lab_config.py"
8+
},
9+
"hostRequirements": {
10+
"cpus": 2
11+
},
12+
"customizations": {
13+
"codespaces": {
14+
"openFiles": ["workshops/scipy2023/README.md"]
515
},
6-
"postCreateCommand": {
7-
"juperlab": "mkdir /home/jovyan/.jupyter && cp .devcontainer/scipy2023/jupyter_lab_config.py /home/jovyan/.jupyter/jupyter_lab_config.py"
8-
},
9-
"hostRequirements": {
10-
"cpus": 2
11-
},
12-
"customizations": {
13-
"codespaces": {
14-
"openFiles": [
15-
"workshops/scipy2023/README.md"
16-
]
17-
},
18-
"vscode": {
19-
"extensions": [
20-
"ms-toolsai.jupyter",
21-
"ms-python.python"
22-
]
23-
}
16+
"vscode": {
17+
"extensions": ["ms-toolsai.jupyter", "ms-python.python"]
2418
}
25-
}
19+
}
20+
}

0 commit comments

Comments
 (0)