Files
cfw-autumn/others/python-sdk/.vscode/settings.json
John Yeo d4cbc38f46 latest
2026-02-19 20:44:53 +00:00

7 lines
175 B
JSON

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