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