Skip to content

Commit 8268d7c

Browse files
committed
Update
1 parent 2e0c830 commit 8268d7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,17 @@
2626
"editor.tabSize": 4,
2727
"python.pythonPath": "/usr/bin/python3",
2828
"python.analysis.autoSearchPaths": false,
29-
"python.testing.pytestArgs": ["tests"],
29+
"python.testing.pytestArgs": [
30+
"tests"
31+
],
3032
"python.testing.unittestEnabled": false,
3133
"python.testing.pytestEnabled": true,
3234
"editor.formatOnPaste": false,
3335
"editor.formatOnSave": true,
3436
"editor.formatOnType": true,
3537
"files.trimTrailingWhitespace": true,
3638
"python.analysis.typeCheckingMode": "basic",
39+
"python.analysis.diagnosticMode": "workspace",
3740
"python.analysis.autoImportCompletions": true,
3841
"python.defaultInterpreterPath": "/usr/local/bin/python",
3942
"[python]": {

0 commit comments

Comments
 (0)