{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/ruff check src tests --fix 2>&1 | tail -3 && .\/venv\/bin\/ruff format src tests 2>&1 | tail -3 && .\/venv\/bin\/mypy src 2>&1 | tail -10",
"description": "Gates"
}
}
{
"tool_response": {
"stdout": "Found 3 errors (2 fixed, 1 remaining).\nNo fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).\n1 file reformatted, 161 files left unchanged\nsrc\/infrastructure\/parsers\/spacy_tokenizer.py:8: error: Cannot find implementation or library stub for module named \"spacy\" [import-not-found]\nsrc\/infrastructure\/parsers\/spacy_tokenizer.py:9: error: Cannot find implementation or library stub for module named \"spacy.language\" [import-not-found]\nsrc\/infrastructure\/parsers\/spacy_tokenizer.py:9: note: See https:\/\/mypy.readthedocs.io\/en\/stable\/running_mypy.html#missing-imports\nFound 2 errors in 1 file (checked 120 source files)",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false,
"staleReadFileStateHint": "[This command modified 3 files you've previously read: src\/interfaces\/cli\/wiring.py, src\/infrastructure\/parsers\/spacy_tokenizer.py, src\/application\/use_cases\/process_url.py. Call Read before editing.]"
}
}