1
1
Fork 0
PythonLearning/.vscode/settings.json

8 lines
288 B
JSON
Raw Normal View History

{
"python.analysis.inlayHints.functionReturnTypes": true,
"python.analysis.inlayHints.pytestParameters": true,
"python.analysis.inlayHints.variableTypes": false,
"python.analysis.typeCheckingMode": "strict",
"python.analysis.inlayHints.callArgumentNames": "partial"
}