/plugin marketplace add WorldCentralKitchen/python-dev-framework/plugin install worldcentralkitchen-python-dev-framework@WorldCentralKitchen/python-dev-frameworkDefined in ./hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "uv run python ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/validate_git.py",
"timeout": 10
}
],
"matcher": "Bash"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "uv run python ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/format_python.py",
"timeout": 30
}
],
"matcher": "Edit|Write"
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 2
},
"eventStats": {
"PreToolUse": 1,
"PostToolUse": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 2,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}