17 lines
276 B
JSON
17 lines
276 B
JSON
{
|
|
"hooks": {
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "Bash",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/pre-commit-check.sh",
|
|
"timeout": 45
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|