{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/python scripts\/max_loc_linter.py src 2>&1 | tail -15 && echo \"--- MYPY ---\" && .\/venv\/bin\/mypy src 2>&1 | tail -30",
"description": "Check max_loc + mypy on new infra code"
}
}
{
"tool_response": {
"stdout": "--- MYPY ---\nsrc\/infrastructure\/parsers\/structured_data_parser_extruct.py:6: error: Skipping analyzing \"extruct\": module is installed, but missing library stubs or py.typed marker [import-untyped]\nsrc\/infrastructure\/parsers\/structured_data_parser_extruct.py:6: note: See https:\/\/mypy.readthedocs.io\/en\/stable\/running_mypy.html#missing-imports\nsrc\/infrastructure\/queue\/db_url_queue.py:39: error: Returning Any from function declared to return \"bool\" [no-any-return]\nFound 2 errors in 2 files (checked 102 source files)",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}