mirror of
https://github.com/yavook/kiwi-simple-metrics.git
synced 2024-11-21 15:23:01 +00:00
20 lines
No EOL
656 B
JSON
20 lines
No EOL
656 B
JSON
{
|
|
"python.languageServer": "Pylance",
|
|
"editor.formatOnSave": true,
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"git.closeDiffOnOperation": true,
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.analysis.diagnosticMode": "workspace",
|
|
"python.testing.pytestArgs": [
|
|
"--import-mode=importlib"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"black-formatter.importStrategy": "fromEnvironment",
|
|
"flake8.importStrategy": "fromEnvironment",
|
|
} |