music-kraken-core/.vscode/settings.json

32 lines
655 B
JSON
Raw Normal View History

{
"python.analysis.extraPaths": [
"./src"
2023-03-12 17:07:22 +00:00
],
"python.testing.unittestArgs": [
"-v",
"-s",
"./src",
"-p",
"test*.py"
],
"python.testing.pytestEnabled": false,
2023-08-10 21:01:16 +00:00
"python.testing.unittestEnabled": true,
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"python.formatting.provider": "none",
"cSpell.words": [
2024-04-10 16:18:52 +00:00
"APIC",
2024-04-09 12:00:51 +00:00
"Bandcamp",
2024-04-10 10:18:07 +00:00
"dotenv",
2024-04-13 10:41:36 +00:00
"encyclopaedia",
2024-04-10 08:25:05 +00:00
"levenshtein",
2024-04-13 10:41:36 +00:00
"metallum",
"musify",
2024-04-10 16:18:52 +00:00
"OKBLUE",
"Referer",
2024-04-13 10:41:36 +00:00
"tracksort",
2024-04-16 15:50:01 +00:00
"unmap",
2024-04-13 10:41:36 +00:00
"youtube"
]
}