modvcfsamples/.vscode/settings.json

21 lines
458 B
JSON
Raw Normal View History

{
"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": [
"bioconda",
"CHROM",
2023-06-27 20:20:59 +00:00
"modvcfsamples",
"pytest",
"pyvcf",
"vcfpy",
"vcfs"
],
}