7 lines
175 B
JSON
7 lines
175 B
JSON
{
|
|
"python.testing.pytestArgs": ["tests", "-vv"],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"pylint.args": ["--rcfile=pylintrc"]
|
|
}
|