| { | |
| "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" | |
| } | |
| } | |