modvcfsamples/.vscode/settings.json
Harrison Deng 515d790844
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit
Basic filtering system and tests completed
2023-06-26 17:20:40 +00:00

17 lines
379 B
JSON

{
"python.testing.pytestArgs": [],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.linting.pylintArgs": [
"--rcfile=setup.cfg"
],
"python.analysis.autoSearchPaths": true,
"python.analysis.extraPaths": [
"src"
],
"cSpell.words": [
"pytest",
"pyvcf",
"vcfs"
],
}