We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6fe58 commit d475673Copy full SHA for d475673
1 file changed
.vscode/settings.json
@@ -8,14 +8,11 @@
8
"python.testing.unittestEnabled": false,
9
"python.testing.pytestEnabled": true,
10
"[python]": {
11
- "editor.defaultFormatter": "ms-python.black-formatter",
+ "editor.defaultFormatter": "charliermarsh.ruff",
12
"editor.formatOnSave": true,
13
},
14
"editor.codeActionsOnSave": {
15
"source.organizeImports": "explicit"
16
17
"python.analysis.autoImportCompletions": true,
18
- "sarif-viewer.connectToGithubCodeScanning": "off",
19
- "notebook.formatOnSave.enabled": true,
20
- "notebook.defaultFormatter": "ms-python.black-formatter",
21
}
0 commit comments