10 lines
236 B
JSON
10 lines
236 B
JSON
{
|
|
"python.linting.enabled": true,
|
|
"python.linting.pycodestyleEnabled": true,
|
|
"python.testing.pytestArgs": [
|
|
"tests"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
|
|
} |