Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
adds settings for devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaymiller committed Nov 28, 2023
1 parent 98b5e61 commit ab1d4ee
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
".coverage": true,
".pytest_cache": true,
"__pycache__": true
},
[python]: {
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll": true
}
}
}
}
Expand Down

0 comments on commit ab1d4ee

Please sign in to comment.