{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "\/var\/www\/scripts\/pipeline\/venv\/bin\/pip install ruff 2>&1",
"timeout": 60000,
"description": "Install ruff for Python linting"
}
}
{
"tool_response": {
"stdout": "Collecting ruff\n Using cached ruff-0.14.10-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (26 kB)\nUsing cached ruff-0.14.10-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.2 MB)\nInstalling collected packages: ruff\nSuccessfully installed ruff-0.14.10",
"stderr": "",
"interrupted": false,
"isImage": false
}
}