LightDiffusion-Next / .vscode /settings.json
Aatricks's picture
Upload folder using huggingface_hub
d9a2e19 verified
raw
history blame contribute delete
317 Bytes
{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "off"
}