2021-09-15 22:39:37 +03:00
|
|
|
{
|
2021-09-17 21:56:19 +03:00
|
|
|
"python.linting.enabled": true,
|
2021-09-21 00:04:50 +03:00
|
|
|
"python.linting.pycodestyleEnabled": true,
|
2021-09-17 21:56:19 +03:00
|
|
|
"python.testing.pytestArgs": [
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"python.testing.unittestEnabled": false,
|
|
|
|
"python.testing.pytestEnabled": true,
|
2021-09-21 00:04:50 +03:00
|
|
|
|
2021-09-15 22:39:37 +03:00
|
|
|
}
|