Skip to content

Commit 3810780

Browse files
authored
Update devcontainer.json
1 parent 665c173 commit 3810780

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@
99
"settings": {
1010
"python.pythonPath": "/usr/local/bin/python",
1111
"python.defaultInterpreterPath": "/usr/local/bin/python",
12-
"python.languageServer": "Pylance",
13-
"flake8.path": [
14-
"/usr/local/py-utils/bin/bandit",
15-
"/usr/local/py-utils/bin/pydocstyle"
16-
],
17-
"flake8.importStrategy": "fromEnvironment"
12+
"python.languageServer": "Pylance"
1813
},
1914
"extensions": [
2015
"AykutSarac.jsoncrack-vscode",
@@ -44,4 +39,4 @@
4439
"mounts": [
4540
"source=${localEnv:USERPROFILE}/_devcontainer/cache,target=/home/vscode/.cache,type=bind"
4641
]
47-
}
42+
}

0 commit comments

Comments
 (0)