Skip to content

Instantly share code, notes, and snippets.

@ClimenteA
Created October 19, 2025 14:57
Show Gist options
  • Select an option

  • Save ClimenteA/45f3e55453dc928a8567a12e3891e8a9 to your computer and use it in GitHub Desktop.

Select an option

Save ClimenteA/45f3e55453dc928a8567a12e3891e8a9 to your computer and use it in GitHub Desktop.
Ruff formater settings
{
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff",
},
"python-envs.defaultEnvManager": "ms-python.python:venv",
"python-envs.pythonProjects": [],
"python.analysis.autoImportCompletions": true,
"python.analysis.showOnlyDirectDependenciesInAutoImport": true
}
@ClimenteA
Copy link
Copy Markdown
Author

To be placed in .vscode folder file settings.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment