feat: add block-no-verify hook for Claude Code (#30839)

This commit is contained in:
Lemonadeccc 2026-01-12 12:56:05 +08:00 committed by GitHub
parent 220e1df847
commit f9a21b56ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]
}
]
} }
} }