Skip to content

Commit 0edbda9

Browse files
committed
setting up vscode
1 parent 77193e0 commit 0edbda9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
],
66
"python.unitTest.unittestEnabled": false,
77
"python.unitTest.nosetestsEnabled": false,
8-
"python.unitTest.pyTestEnabled": true
8+
"python.unitTest.pyTestEnabled": true,
9+
"python.formatting.provider": "black",
10+
"python.linting.pylamaEnabled": true,
11+
"python.linting.pylintEnabled": false
912
}

0 commit comments

Comments
 (0)