Skip to content

Commit

Permalink
updated vscode configuration for format on save and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Dec 29, 2023
1 parent decc34e commit c2835d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
// SPDX-License-Identifier: MIT

{
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.ruff": "explicit",
"source.organizeImports.ruff": "explicit"
},
"editor.formatOnSave": true
"editor.defaultFormatter": "charliermarsh.ruff",
},
"python.testing.pytestArgs": [
"tests"
Expand Down

0 comments on commit c2835d8

Please sign in to comment.