Skip to content

Commit 4a0606b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bfdf30e commit 4a0606b

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.devcontainer/scipy2023/tasks.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
// See https://go.microsoft.com/fwlink/?LinkId=733558
3-
// for the documentation about the tasks.json format
4-
"version": "2.0.0",
5-
"tasks": [
6-
{
7-
"label": "jupyterlab",
8-
"type": "shell",
9-
"command": "jupyter lab",
10-
"presentation": {
11-
"reveal": "always"
12-
},
13-
"runOptions": {
14-
"runOn": "folderOpen"
15-
}
16-
}
17-
]
18-
}
2+
// See https://go.microsoft.com/fwlink/?LinkId=733558
3+
// for the documentation about the tasks.json format
4+
"version": "2.0.0",
5+
"tasks": [
6+
{
7+
"label": "jupyterlab",
8+
"type": "shell",
9+
"command": "jupyter lab",
10+
"presentation": {
11+
"reveal": "always"
12+
},
13+
"runOptions": {
14+
"runOn": "folderOpen"
15+
}
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)