Files
plexpy/.vscode/settings.json
2024-09-09 18:08:47 +00:00

7 lines
175 B
JSON

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