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

7 lines
224 B
JSON
Raw Normal View History

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