16 lines
464 B
JSON
16 lines
464 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"tests",
|
|
"-vv"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.linting.enabled": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
}
|