openpi-oft / .vscode /settings.json
Sichang0621's picture
Upload folder using huggingface_hub
ce5618e verified
raw
history blame contribute delete
264 Bytes
Invalid JSON: Expected double-quoted property name in JSON at line 5, column 5
{
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
},
"python.testing.pytestArgs": [
"src"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}