{
"cSpell.words": ["unparse", "Unparser"],
"editor.formatOnSave": true,
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
},
"python.defaultInterpreterPath": ".venv/bin/python",
"python.terminal.activateEnvInCurrentTerminal": true,
"rust-analyzer.cargo.features": ["transformer"]
}