Computations / .vscode /settings.json
shaliz-kong
Initial commit: self-hosted Redis analytics engine
98cacb0
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"
}
}