We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aea563 commit 0b97762Copy full SHA for 0b97762
1 file changed
.vscode/settings.json
@@ -3,11 +3,5 @@
3
"tests"
4
],
5
"python.testing.unittestEnabled": false,
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
+ "python.testing.pytestEnabled": true
13
}
0 commit comments