16 lines
No EOL
471 B
JSON
16 lines
No EOL
471 B
JSON
{
|
|
"python.linting.enabled": true,
|
|
"python.linting.pylintEnabled": false,
|
|
"python.linting.flake8Enabled": true,
|
|
"python.languageServer": "Pylance",
|
|
"editor.formatOnSave": true,
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
},
|
|
"git.closeDiffOnOperation": true,
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.analysis.diagnosticMode": "workspace",
|
|
} |