{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/mypy *.py --ignore-missing-imports --exclude venv 2>&1 | grep -v \"Source file found twice\" | head -30",
"description": "Mypy type check"
}
}
{
"tool_response": {
"stdout": "db.py: note: See https:\/\/mypy.readthedocs.io\/en\/stable\/running_mypy.html#mapping-file-paths-to-modules for more info\ndb.py: note: Common resolutions include: a) adding `__init__.py` somewhere, b) using `--explicit-package-bases` or adjusting MYPYPATH\nFound 1 error in 1 file (errors prevented further checking)",
"stderr": "",
"interrupted": false,
"isImage": false
}
}