Skip to content

Commit

Permalink
Set the default formatter in VSCode to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
canton7 committed Feb 3, 2025
1 parent 3c7c25e commit c15ca1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"[python]": {
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
}
},
"editor.defaultFormatter": "charliermarsh.ruff"
},
"python.analysis.extraPaths": [
"./custom_components/foxess_modbus/vendor/pymodbus/pymodbus-3.6.9"
Expand Down

0 comments on commit c15ca1a

Please sign in to comment.