Created
October 19, 2025 14:57
-
-
Save ClimenteA/45f3e55453dc928a8567a12e3891e8a9 to your computer and use it in GitHub Desktop.
Ruff formater settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "[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 | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be placed in
.vscodefolder filesettings.json