Skip to content

Commit

Permalink
use ruff as formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
colevandersWands committed Dec 28, 2024
1 parent 3bea277 commit 8e42c87
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
Expand Up @@ -113,5 +113,14 @@
},

// Enable/disable update table of contents on save
"markdown.extension.toc.updateOnSave": false
"markdown.extension.toc.updateOnSave": false,

"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.ruff": true,
"source.organizeImports.ruff": true
}
}
}

0 comments on commit 8e42c87

Please sign in to comment.