ovdashboard/api/.vscode/settings.json

17 lines
474 B
JSON
Raw Normal View History

2022-08-28 23:31:17 +00:00
{
"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
},
2022-09-08 00:24:36 +00:00
"git.closeDiffOnOperation": true,
"python.analysis.typeCheckingMode": "basic"
2022-08-28 23:31:17 +00:00
}