mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 04:20:52 +00:00
7 lines
175 B
JSON
7 lines
175 B
JSON
{
|
|
"python.testing.pytestArgs": ["tests", "-vv"],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"pylint.args": ["--rcfile=pylintrc"]
|
|
}
|