Skip to content

Commit d475673

Browse files
committed
update vscode Python formatter to ruff
1 parent 9f6fe58 commit d475673

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@
88
"python.testing.unittestEnabled": false,
99
"python.testing.pytestEnabled": true,
1010
"[python]": {
11-
"editor.defaultFormatter": "ms-python.black-formatter",
11+
"editor.defaultFormatter": "charliermarsh.ruff",
1212
"editor.formatOnSave": true,
1313
},
1414
"editor.codeActionsOnSave": {
1515
"source.organizeImports": "explicit"
1616
},
1717
"python.analysis.autoImportCompletions": true,
18-
"sarif-viewer.connectToGithubCodeScanning": "off",
19-
"notebook.formatOnSave.enabled": true,
20-
"notebook.defaultFormatter": "ms-python.black-formatter",
2118
}

0 commit comments

Comments
 (0)