We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665c173 commit 3810780Copy full SHA for 3810780
.devcontainer/devcontainer.json
@@ -9,12 +9,7 @@
9
"settings": {
10
"python.pythonPath": "/usr/local/bin/python",
11
"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"
+ "python.languageServer": "Pylance"
18
},
19
"extensions": [
20
"AykutSarac.jsoncrack-vscode",
@@ -44,4 +39,4 @@
44
39
"mounts": [
45
40
"source=${localEnv:USERPROFILE}/_devcontainer/cache,target=/home/vscode/.cache,type=bind"
46
41
]
47
-}
42
+}
0 commit comments