Files
easy_tdx_max/.claude/settings.json
T

17 lines
261 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "python scripts/ruff_hook.py",
"timeout": 30
}
]
}
]
}
}