quivr/.vscode/settings.json

11 lines
223 B
JSON
Raw Normal View History

{
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"python.formatting.provider": "black",
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"python.linting.enabled": true
}