{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/mypy src 2>&1 | tail -20",
"description": "mypy on new code"
}
}
{
"tool_response": {
"stdout": "src\/application\/use_cases\/recheck_external_links.py:26: error: \"object\" has no attribute \"id\" [attr-defined]\nsrc\/application\/use_cases\/recheck_external_links.py:27: error: \"object\" has no attribute \"id\" [attr-defined]\nFound 2 errors in 1 file (checked 74 source files)",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}