Skip to content

Commit

Permalink
Organize imports on save in VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
nikobockerman committed May 16, 2024
1 parent 370e9dc commit ae071f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}
}

0 comments on commit ae071f5

Please sign in to comment.