hiring_assessment/.vscode/settings.json
2025-02-19 16:40:13 +01:00

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"
}
},
}