mirror of
https://github.com/Laurent2916/REVA-QCAV.git
synced 2024-11-08 14:39:00 +00:00
14 lines
331 B
JSON
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
|
||
|
}
|
||
|
},
|
||
|
}
|