2022-03-19 21:57:28 +00:00
|
|
|
{
|
|
|
|
"python.formatting.provider": "black",
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"python.linting.enabled": true,
|
|
|
|
"python.linting.lintOnSave": true,
|
|
|
|
"python.linting.flake8Enabled": true,
|
|
|
|
"python.linting.mypyEnabled": true,
|
|
|
|
"python.linting.banditEnabled": true,
|
|
|
|
"[python]": {
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.organizeImports": true
|
|
|
|
}
|
2022-04-05 20:38:05 +00:00
|
|
|
},
|
2022-04-19 07:23:13 +00:00
|
|
|
"jupyter.jupyterServerType": "remote"
|
2022-05-04 10:16:04 +00:00
|
|
|
}
|