Skip to content

Commit

Permalink
Merge pull request #83 from gjohansson-ST/mod-devcontainer
Browse files Browse the repository at this point in the history
Adjust devcontainer settings for ruff
  • Loading branch information
gjohansson-ST authored Jul 3, 2024
2 parents dadae29 + c74d13a commit c0e0dad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
"settings": {
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
}
},
"coverage-gutters.customizable.context-menu": true,
Expand Down

0 comments on commit c0e0dad

Please sign in to comment.