We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43c34dc + ada6142 commit 46786ebCopy full SHA for 46786eb
3 files changed
.vscode/settings.json
@@ -0,0 +1,8 @@
1
+{
2
+ "python.testing.pytestArgs": [
3
+ "tests"
4
+ ],
5
+ "python.testing.unittestEnabled": false,
6
+ "python.testing.pytestEnabled": true,
7
+ "python.formatting.provider": "black"
8
+}
0 commit comments