Skip to content

Commit

Permalink
use new vs-code default for organizeImports
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswittich committed Jan 11, 2024
1 parent be33743 commit d88266e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8",
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
},
"python.testing.pytestArgs": ["."],
Expand Down

0 comments on commit d88266e

Please sign in to comment.