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 bd48cf9 commit b7a3f90Copy full SHA for b7a3f90
.vscode/settings.json
@@ -1,7 +1,6 @@
1
{
2
"[python]": {
3
- "editor.defaultFormatter": "ms-python.python",
+ "editor.defaultFormatter": "ms-python.black-formatter",
4
"editor.formatOnSave": true
5
- },
6
- "python.formatting.provider": "black"
+ }
7
}
0 commit comments