{ "python.languageServer": "Pylance", "python.analysis.typeCheckingMode": "basic", "ruff.lint.enable": true, "ruff.format.enable": true, "[python]": { "editor.formatOnSave": true, "editor.defaultFormatter": "charliermarsh.ruff" } }