Spaces:
Running on Zero
Running on Zero
| { | |
| "[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" | |
| } | |