Files
openpi/.vscode/settings.json
Ury Zhilinsky 385780ecc3 Initial commit
2024-12-23 13:38:06 -08:00

11 lines
264 B
JSON

{
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
},
"python.testing.pytestArgs": [
"src"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}