Skip to content

Commit 25fd6e3

Browse files
committed
chore: improve vscode integration
1 parent 92308e3 commit 25fd6e3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
"editor.rulers": [
33
80,
44
120
5-
]
5+
],
6+
"python.testing.pytestArgs": [
7+
"tests"
8+
],
9+
"python.testing.unittestEnabled": false,
10+
"python.testing.pytestEnabled": true
611
}

0 commit comments

Comments
 (0)