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 77bb12f commit f494a53Copy full SHA for f494a53
1 file changed
.vscode/settings.json
@@ -1,4 +1,8 @@
1
{
2
"python.analysis.typeCheckingMode": "basic",
3
- "python.testing.pytestEnabled": true
+ "python.testing.pytestEnabled": true,
4
+ "[python]": {
5
+ "editor.defaultFormatter": "ms-python.black-formatter"
6
+ },
7
+ "python.formatting.provider": "none"
8
}
0 commit comments