{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "\/opt\/scripts\/pipeline\/venv\/bin\/ruff check \/opt\/scripts\/pipeline --config \/opt\/scripts\/pipeline\/ruff.toml --exclude venv --fix 2>&1 && \/opt\/scripts\/pipeline\/venv\/bin\/ruff format \/opt\/scripts\/pipeline --config \/opt\/scripts\/pipeline\/ruff.toml --exclude venv 2>&1",
"description": "Fix Python linting issues"
}
}
{
"tool_response": {
"stdout": "All checks passed!\n2 files reformatted, 15 files left unchanged",
"stderr": "",
"interrupted": false,
"isImage": false
}
}