Skip to content

Commit

Permalink
Use ruff instead of black
Browse files Browse the repository at this point in the history
  • Loading branch information
jak574 authored and lpsinger committed Mar 1, 2024
1 parent 2c2cd1a commit 1a45934
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.tabSize": 4
},
"editor.tabSize": 2,
Expand Down

0 comments on commit 1a45934

Please sign in to comment.