Skip to content

Commit

Permalink
Updates setting for Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
catusphan committed Dec 17, 2024
1 parent 92496b2 commit 882e673
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
{}
{
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
}
}

0 comments on commit 882e673

Please sign in to comment.