Skip to content

Commit

Permalink
Reverse accidental change to vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Jun 21, 2023
1 parent 7ad138e commit ac2a852
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@
"python.testing.pytestArgs": [],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.formatting.provider": "none",
"python.formatting.provider": "black",
"python.languageServer": "Pylance",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}

0 comments on commit ac2a852

Please sign in to comment.