7 lines
224 B
JSON
7 lines
224 B
JSON
|
{
|
||
|
"python.analysis.inlayHints.functionReturnTypes": true,
|
||
|
"python.analysis.inlayHints.pytestParameters": true,
|
||
|
"python.analysis.inlayHints.variableTypes": true,
|
||
|
"python.analysis.typeCheckingMode": "strict"
|
||
|
}
|