Skip to content

Commit 83fe646

Browse files
committed
dev: fix linting with devcontainer config
1 parent 08f4385 commit 83fe646

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Terraform",
33
"dockerFile": "Dockerfile",
44
"features": {
5-
"ghcr.io/devcontainers/features/docker-in-docker:2.0.1": {},
5+
"ghcr.io/devcontainers/features/docker-in-docker:2.0.1": {}
66
},
77
"mounts": [
88
"source=${localEnv:HOME}/.aws,target=/home/vscode/.aws,type=bind,consistency=cached"
@@ -20,7 +20,6 @@
2020
"editor.formatOnType": false,
2121
"editor.inlineSuggest.enabled": true,
2222
"terminal.integrated.shell.linux": "/bin/bash",
23-
"python.formatting.provider": "black",
2423
"python.defaultInterpreterPath": "/usr/bin/python3",
2524
"[markdown]": {
2625
"editor.rulers": [
@@ -29,7 +28,7 @@
2928
},
3029
"[python]": {
3130
"editor.defaultFormatter": "ms-python.black-formatter"
32-
},
31+
}
3332
},
3433
"extensions": [
3534
"darkriszty.markdown-table-prettify",
@@ -42,8 +41,8 @@
4241
"ms-azuretools.vscode-docker",
4342
"ms-python.black-formatter",
4443
"timonwong.shellcheck",
45-
"VisualStudioExptTeam.vscodeintellicode",
46-
],
44+
"VisualStudioExptTeam.vscodeintellicode"
45+
]
4746
}
48-
},
47+
}
4948
}

0 commit comments

Comments
 (0)