47 lines
951 B
JSON
47 lines
951 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": [
|
|
"albumsort",
|
|
"APIC",
|
|
"Bandcamp",
|
|
"bitrate",
|
|
"DEEZER",
|
|
"dotenv",
|
|
"encyclopaedia",
|
|
"ENDC",
|
|
"Gitea",
|
|
"iframe",
|
|
"isrc",
|
|
"itemprop",
|
|
"levenshtein",
|
|
"metallum",
|
|
"MUSICBRAINZ",
|
|
"musify",
|
|
"OKBLUE",
|
|
"OKGREEN",
|
|
"pathvalidate",
|
|
"Referer",
|
|
"sponsorblock",
|
|
"tracklist",
|
|
"tracksort",
|
|
"translit",
|
|
"unmap",
|
|
"youtube",
|
|
"youtubei"
|
|
]
|
|
} |