Spaces:
Running on Zero
Running on Zero
File size: 413 Bytes
fed3258 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"[python]": {
"editor.codeActionsOnSave": {
"source.fixAll.ruff": "explicit",
"source.organizeImports.ruff": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true
},
"python.analysis.typeCheckingMode": "basic",
"ruff.configuration": "${workspaceFolder}/pyproject.toml",
"ruff.nativeServer": "on"
}
|