27 lines
556 B
JSON
27 lines
556 B
JSON
{
|
|
"python.analysis.extraPaths": [
|
|
"./src"
|
|
],
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
"./src",
|
|
"-p",
|
|
"test*.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true,
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.autopep8"
|
|
},
|
|
"python.formatting.provider": "none",
|
|
"cSpell.words": [
|
|
"APIC",
|
|
"Bandcamp",
|
|
"dotenv",
|
|
"levenshtein",
|
|
"OKBLUE",
|
|
"Referer",
|
|
"tracksort"
|
|
]
|
|
} |