analytics-engine / .vscode /settings.json
Peter Mutwiri
fixed errors
ac073d2
raw
history blame contribute delete
336 Bytes
{
"python-envs.defaultEnvManager": "ms-python.python:system",
"python-envs.pythonProjects": [],
"python.linting.enabled": true,
"python.linting.ruffEnabled": true,
"[python]": {
"editor.codeActionsOnSave": {
"source.fixAll.ruff": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
}
}