{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/ruff check src tests scripts 2>&1 | grep -E \"(src\/|^[A-Z][0-9]+)\" | head -30",
"description": "Show errors and files"
}
}
{
"tool_response": {
"stdout": " --> src\/interfaces\/cli\/commands\/crawl.py:14:11\nS101 Use of `assert` detected\n --> src\/interfaces\/cli\/commands\/crawl.py:29:5\n --> src\/interfaces\/cli\/commands\/crawl.py:49:5",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}