Skip to content

Commit 249c71e

Browse files
committed
chore: update settings to use ruff as default Python formatter in vscode
chore: remove trailing comma from Python formatter setting in settings.json
1 parent 3aa75eb commit 249c71e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vscode/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
22
"editor.formatOnSave": true,
3-
"python.formatting.provider": "black"
4-
}
3+
"[python]": {
4+
"editor.defaultFormatter": "charliermarsh.ruff"
5+
}
6+
}

0 commit comments

Comments
 (0)