Skip to content

Commit

Permalink
vscode settings: fix and organize imports on save. enable unittest.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Apr 28, 2024
1 parent 25e0218 commit 0bfc7d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
"restructuredtext.confPath": "${workspaceFolder}/docs",
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
},
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}

0 comments on commit 0bfc7d5

Please sign in to comment.