12 lines
313 B
JSON
12 lines
313 B
JSON
{
|
|
"python.defaultInterpreterPath": "venv/bin/python",
|
|
"editor.formatOnSave": true,
|
|
"[python]": {
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
},
|
|
}
|