16 lines
427 B
JSON
16 lines
427 B
JSON
|
{
|
||
|
"python.testing.pytestArgs": [
|
||
|
"tests"
|
||
|
],
|
||
|
"python.testing.unittestEnabled": false,
|
||
|
"python.testing.pytestEnabled": true,
|
||
|
"python.linting.enabled": true,
|
||
|
"python.linting.pylintEnabled": false,
|
||
|
"python.linting.flake8Enabled": true,
|
||
|
"python.languageServer": "Pylance",
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.organizeImports": true
|
||
|
},
|
||
|
"git.closeDiffOnOperation": true
|
||
|
}
|