Skip to content

Commit

Permalink
Update ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Jul 15, 2024
1 parent 2e3aac1 commit e197ad7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/integration/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"files.trimTrailingWhitespace": false
},
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}
}
}
Expand Down

0 comments on commit e197ad7

Please sign in to comment.