{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/ruff check src tests scripts 2>&1 | tail -15",
"description": "Recheck ruff"
}
}
{
"tool_response": {
"stdout": " | ^^^^^^\n30 | fetcher = HttpxFetcher.create()\n31 | registered_domain = urlsplit(base_url).hostname or \"\"\n |\n\nPLR0913 Too many arguments in function definition (6 > 5)\n --> src\/interfaces\/cli\/commands\/crawl.py:49:5\n |\n49 | def sync_run_crawl(\n | ^^^^^^^^^^^^^^\n50 | container: Container,\n51 | *,\n |\n\nFound 3 errors.",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}