mlflow--mlflow
27 行
654 B
JSON
27 行
654 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"statusLine": {
|
|
"type": "command",
|
|
"command": "$CLAUDE_PROJECT_DIR/.claude/scripts/statusline.sh"
|
|
},
|
|
"hooks": {
|
|
"PreToolUse": [
|
|
{
|
|
"matcher": "Bash",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "$CLAUDE_PROJECT_DIR/.claude/hooks/enforce-uv.sh",
|
|
"timeout": 5.0
|
|
},
|
|
{
|
|
"type": "command",
|
|
"command": "uv run --directory=$CLAUDE_PROJECT_DIR --no-project .claude/hooks/validate_pr_body.py",
|
|
"timeout": 5.0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|