add vscode settings.json

pull/16/head
scito 2 years ago
parent acab230436
commit 4027677b38

1
.gitignore vendored

@ -9,3 +9,4 @@ venv/
!example_output.csv
!.github/
!.flake8
!.vscode/settings.json

@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
Loading…
Cancel
Save