Files
gh-robbyt-claude-skills-plu…/hooks/hooks.json
2025-11-30 08:52:41 +08:00

16 lines
263 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit|MultiEdit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/format-python.sh"
}
]
}
]
}
}