music-kraken-core/.vscode/settings.json
Hellow e11cfbda67
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: cleaner cli song object options
2024-04-25 23:20:07 +02:00

34 lines
695 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",
"encyclopaedia",
"ENDC",
"levenshtein",
"metallum",
"musify",
"OKBLUE",
"Referer",
"sponsorblock",
"tracksort",
"unmap",
"youtube"
]
}