We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa75eb commit 249c71eCopy full SHA for 249c71e
.vscode/settings.json
@@ -1,4 +1,6 @@
1
{
2
"editor.formatOnSave": true,
3
- "python.formatting.provider": "black"
4
-}
+ "[python]": {
+ "editor.defaultFormatter": "charliermarsh.ruff"
5
+ }
6
+}
0 commit comments