vs code on save

This commit is contained in:
Jörn-Michael Miehe 2022-03-18 22:39:52 +00:00
parent d9ebd7db0b
commit d5b39db400

View file

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