Skip to content

Commit

Permalink
Add code actions on save for organizing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Apr 2, 2024
1 parent 7d9a9fe commit aba8fdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
},
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
},
}

0 comments on commit aba8fdc

Please sign in to comment.