rpmlint/.vscode/settings.json

8 lines
148 B
JSON

{
"python.testing.pytestArgs": [
"test"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
}