{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/mypy src 2>&1 | tail -3",
"description": "Mypy final"
}
}
{
"tool_response": {
"stdout": "src\/infrastructure\/parsers\/spacy_tokenizer.py:8: error: Unused \"type: ignore[import-untyped]\" comment [unused-ignore]\nsrc\/infrastructure\/parsers\/spacy_tokenizer.py:9: error: Unused \"type: ignore[import-untyped]\" comment [unused-ignore]\nFound 2 errors in 1 file (checked 120 source files)",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}