Skip to content

Commit

Permalink
updated settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Dec 29, 2023
1 parent 8aab886 commit a68d60d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
{
"[python]": {
"editor.codeActionsOnSave": {
"source.fixAll.ruff": true,
"source.organizeImports.ruff": true
"source.fixAll.ruff": "explicit",
"source.organizeImports.ruff": "explicit"
},
"editor.formatOnSave": true
},
"python.formatting.provider": "black",
"python.testing.pytestArgs": [
"tests"
],
Expand Down

0 comments on commit a68d60d

Please sign in to comment.