add vscode settings.json
This commit is contained in:
@@ -9,3 +9,4 @@ venv/
|
||||
!example_output.csv
|
||||
!.github/
|
||||
!.flake8
|
||||
!.vscode/settings.json
|
||||
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"python.testing.pytestArgs": [
|
||||
"."
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user