We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77193e0 commit 0edbda9Copy full SHA for 0edbda9
.vscode/settings.json
@@ -5,5 +5,8 @@
5
],
6
"python.unitTest.unittestEnabled": false,
7
"python.unitTest.nosetestsEnabled": false,
8
- "python.unitTest.pyTestEnabled": true
+ "python.unitTest.pyTestEnabled": true,
9
+ "python.formatting.provider": "black",
10
+ "python.linting.pylamaEnabled": true,
11
+ "python.linting.pylintEnabled": false
12
}
0 commit comments