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 cddc194 commit 3991943Copy full SHA for 3991943
.vscode/settings.json
@@ -1,7 +1,4 @@
1
{
2
"python.pythonPath": "/usr/local/bin/python3",
3
- "python.formatting.provider": "black",
4
- "python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "test*.py"],
5
- "python.testing.pytestEnabled": false,
6
- "python.testing.unittestEnabled": true
+ "python.formatting.provider": "black"
7
}
0 commit comments