{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "python3 -m pip install --user ruff mypy pytest 2>&1 | tail -10",
"description": "Install test tools"
}
}
{
"tool_response": {
"stdout": " sure you have python3-full installed.\n \n If you wish to install a non-Debian packaged Python application,\n it may be easiest to use pipx install xyz, which will manage a\n virtual environment for you. Make sure you have pipx installed.\n \n See \/usr\/share\/doc\/python3.13\/README.venv for more information.\n\nnote: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.\nhint: See PEP 668 for the detailed specification.",
"stderr": "",
"interrupted": false,
"isImage": false
}
}