TradingAgents/.claude/settings.json

23 lines
432 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|MultiEdit|Write",
"hooks": [
{
"type": "command",
"command": "mise run format"
},
{
"type": "command",
"command": "mise run lint --fix"
},
{
"type": "command",
"command": "mise run typecheck"
}
]
}
]
}
}