mirror of
https://github.com/yavook/kiwi-simple-metrics.git
synced 2024-11-22 15:42:59 +00:00
17 lines
527 B
JSON
17 lines
527 B
JSON
|
{
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.organizeImports": true
|
||
|
},
|
||
|
"editor.formatOnSave": true,
|
||
|
"git.closeDiffOnOperation": true,
|
||
|
"python.analysis.typeCheckingMode": "basic",
|
||
|
"python.languageServer": "Pylance",
|
||
|
"python.linting.enabled": true,
|
||
|
"python.linting.pylintEnabled": false,
|
||
|
"python.linting.flake8Enabled": true,
|
||
|
"python.testing.unittestEnabled": false,
|
||
|
"python.testing.pytestEnabled": true,
|
||
|
"python.testing.pytestArgs": [
|
||
|
"--import-mode=importlib"
|
||
|
],
|
||
|
}
|