Lars Noack
7186f06ce6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
42 lines
856 B
JSON
42 lines
856 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",
|
|
"dotenv",
|
|
"encyclopaedia",
|
|
"ENDC",
|
|
"Gitea",
|
|
"levenshtein",
|
|
"metallum",
|
|
"musify",
|
|
"OKBLUE",
|
|
"OKGREEN",
|
|
"pathvalidate",
|
|
"Referer",
|
|
"sponsorblock",
|
|
"tracklist",
|
|
"tracksort",
|
|
"translit",
|
|
"unmap",
|
|
"youtube",
|
|
"youtubei"
|
|
]
|
|
} |