Skip to content

Commit 1aa0c62

Browse files
committed
[dev] vscode setting update
1 parent cbddc93 commit 1aa0c62

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"python.formatting.provider": "black"
2+
"python.testing.pytestArgs": [
3+
"tests"
4+
],
5+
"python.testing.unittestEnabled": false,
6+
"python.testing.pytestEnabled": true
37
}

0 commit comments

Comments
 (0)