Skip to content

Commit a435452

Browse files
committed
Enable type checking and inlay hints
1 parent bda2cb1 commit a435452

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
"tests"
44
],
55
"python.testing.unittestEnabled": false,
6-
"python.testing.pytestEnabled": true
6+
"python.testing.pytestEnabled": true,
7+
"python.analysis.typeCheckingMode": "basic",
8+
"python.analysis.autoImportCompletions": true,
9+
"python.analysis.inlayHints.callArgumentNames": "partial",
10+
"python.analysis.inlayHints.functionReturnTypes": true,
11+
"python.analysis.inlayHints.pytestParameters": true,
12+
"python.analysis.inlayHints.variableTypes": true
713
}

0 commit comments

Comments
 (0)