Skip to content

Commit 69869f3

Browse files
authored
Allow ruff format on save and remove old settings that no longer exists (#373)
1 parent f4d62da commit 69869f3

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,6 +1,8 @@
11
{
22
"editor.formatOnSave": false,
3-
"python.formatting.provider": "black",
43
"python.analysis.diagnosticMode": "workspace",
5-
"python.analysis.openFilesOnly": false
4+
"[python]": {
5+
"editor.formatOnSave": true,
6+
"editor.defaultFormatter": "charliermarsh.ruff"
7+
}
68
}

0 commit comments

Comments
 (0)