kiwi-vpn/api/.vscode/settings.json

10 lines
250 B
JSON
Raw Normal View History

{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
2022-03-14 00:10:10 +00:00
"python.testing.pytestEnabled": true,
"python.linting.pylintEnabled": false,
"python.linting.enabled": true,
"python.linting.flake8Enabled": true
}