21 lines
791 B
JSON
21 lines
791 B
JSON
|
|
{
|
||
|
|
"python.analysis.autoImportCompletions": true,
|
||
|
|
"python.analysis.typeCheckingMode": "basic",
|
||
|
|
"python.analysis.autoSearchPaths": true,
|
||
|
|
"python.analysis.diagnosticMode": "workspace",
|
||
|
|
"python.analysis.indexing": true,
|
||
|
|
"python.analysis.completeFunctionParens": true,
|
||
|
|
"python.analysis.inlayHints.functionReturnTypes": true,
|
||
|
|
"python.analysis.inlayHints.variableTypes": true,
|
||
|
|
"python.analysis.inlayHints.pytestParameters": true,
|
||
|
|
"python.linting.enabled": true,
|
||
|
|
"python.linting.pylintEnabled": false,
|
||
|
|
"python.linting.flake8Enabled": true,
|
||
|
|
"python.formatting.provider": "black",
|
||
|
|
"python.terminal.activateEnvironment": true,
|
||
|
|
"python.terminal.activateEnvInCurrentTerminal": true,
|
||
|
|
"files.associations": {
|
||
|
|
"*.py": "python"
|
||
|
|
}
|
||
|
|
}
|