Spaces:
Running
Running
{ | |
"python.analysis.typeCheckingMode": "basic", | |
"[python]": { | |
"editor.defaultFormatter": "charliermarsh.ruff", | |
"editor.formatOnSave": true, | |
"editor.codeActionsOnSave": { | |
"source.fixAll.ruff": "explicit", | |
"source.organizeImports.ruff": "explicit" | |
} | |
} | |
} | |