Files
openrouter-python-sdk-retry…/.vscode/settings.json
T
2025-08-22 10:31:13 -05:00

7 lines
175 B
JSON

{
"python.testing.pytestArgs": ["tests", "-vv"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"pylint.args": ["--rcfile=pylintrc"]
}