resume / resume.code-workspace
Médéric Hurier (Fmind)
refactoring
13a7d69
raw
history blame
512 Bytes
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.formatOnSave": true,
"python.defaultInterpreterPath": ".venv/bin/python",
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff",
},
},
"extensions": {
"recommendations": [
"charliermarsh.ruff",
"dchanco.vsc-invoke",
"ms-python.mypy-type-checker",
"ms-python.python",
"ms-python.vscode-pylance",
"redhat.vscode-yaml",
]
}
}