1
0
Fork 0
openapi-pydantic/.vscode/settings.json

17 lines
464 B
JSON
Raw Permalink Normal View History

{
"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"
}