Files
openpi/.vscode/settings.json
Ury Zhilinsky 231a1cf7ca Initial commit
2025-02-03 21:43:26 -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
}