REVA-QCAV/.vscode/settings.json
Your Name a71e67690a style: autoformating
Former-commit-id: 8c5c75469afa61e8d3728959390b1354033be462
2022-06-27 15:39:44 +02:00

14 lines
331 B
JSON

{
"python.formatting.provider": "black",
"editor.formatOnSave": true,
"python.linting.enabled": true,
"python.linting.lintOnSave": true,
// "python.linting.flake8Enabled": true,
// "python.linting.banditEnabled": true,
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
}