Initial commit
This commit is contained in:
11
hooks/hooks.json
Normal file
11
hooks/hooks.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"PreToolUse": [{
|
||||
"matcher": "Write|Edit",
|
||||
"hooks": [{
|
||||
"type": "command",
|
||||
"command": "bash /Users/kevinhill/.claude/plugins/marketplaces/claude-code-plugins/plugins/plugin-dev/scripts/validate-sqlalchemy.sh",
|
||||
"timeout": 30,
|
||||
"description": "Validate SQLAlchemy code patterns and syntax"
|
||||
}]
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user