Skip to content

Commit

Permalink
vscode: Update formatter for python
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Jul 7, 2024
1 parent 396b7b9 commit 0ab8c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
Expand Down

0 comments on commit 0ab8c68

Please sign in to comment.