vs code on save
This commit is contained in:
parent
d9ebd7db0b
commit
d5b39db400
1 changed files with 6 additions and 1 deletions
7
api/.vscode/settings.json
vendored
7
api/.vscode/settings.json
vendored
|
@ -7,5 +7,10 @@
|
|||
"python.linting.enabled": true,
|
||||
"python.linting.pylintEnabled": false,
|
||||
"python.linting.flake8Enabled": true,
|
||||
"python.languageServer": "Pylance"
|
||||
"python.languageServer": "Pylance",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
},
|
||||
"python.formatting.provider": "black"
|
||||
}
|
Loading…
Reference in a new issue