mirror of
https://github.com/langgenius/dify.git
synced 2026-01-13 21:57:48 +08:00
feat: add block-no-verify hook for Claude Code (#30839)
This commit is contained in:
parent
220e1df847
commit
f9a21b56ab
@ -5,5 +5,18 @@
|
|||||||
"typescript-lsp@claude-plugins-official": true,
|
"typescript-lsp@claude-plugins-official": true,
|
||||||
"pyright-lsp@claude-plugins-official": true,
|
"pyright-lsp@claude-plugins-official": true,
|
||||||
"ralph-loop@claude-plugins-official": true
|
"ralph-loop@claude-plugins-official": true
|
||||||
|
},
|
||||||
|
"hooks": {
|
||||||
|
"PreToolUse": [
|
||||||
|
{
|
||||||
|
"matcher": "Bash",
|
||||||
|
"hooks": [
|
||||||
|
{
|
||||||
|
"type": "command",
|
||||||
|
"command": "npx -y block-no-verify@1.1.1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user