{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/mypy src 2>&1 | tail -3 && .\/venv\/bin\/python scripts\/max_loc_linter.py src && .\/venv\/bin\/lint-imports 2>&1 | tail -3",
"description": "Final static checks"
}
}
{
"tool_response": {
"stdout": "src\/infrastructure\/parsers\/spacy_tokenizer.py:9: note: Error code \"import-not-found\" not covered by \"type: ignore\" comment\nsrc\/infrastructure\/parsers\/spacy_tokenizer.py:9: note: See https:\/\/mypy.readthedocs.io\/en\/stable\/running_mypy.html#missing-imports\nFound 4 errors in 1 file (checked 120 source files)\nDomain must not import third-party business libs KEPT\n\nContracts: 3 kept, 0 broken.",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}