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 f4d62da commit 69869f3Copy full SHA for 69869f3
.vscode/settings.json
@@ -1,6 +1,8 @@
1
{
2
"editor.formatOnSave": false,
3
- "python.formatting.provider": "black",
4
"python.analysis.diagnosticMode": "workspace",
5
- "python.analysis.openFilesOnly": false
+ "[python]": {
+ "editor.formatOnSave": true,
6
+ "editor.defaultFormatter": "charliermarsh.ruff"
7
+ }
8
}
0 commit comments