generated from ydeng/python-program
17 lines
379 B
JSON
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"
|
||
|
],
|
||
|
}
|