{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/ruff format src tests scripts 2>&1 | tail -3 && .\/venv\/bin\/ruff check src tests scripts 2>&1 | tail -5",
"description": "Format + re-check"
}
}
{
"tool_response": {
"stdout": "5 files reformatted, 153 files left unchanged\n |\nhelp: Organize imports\n\nFound 1 error.\n[*] 1 fixable with the `--fix` option.",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false,
"staleReadFileStateHint": "[This command modified 3 files you've previously read: src\/interfaces\/cli\/commands\/crawl.py, src\/interfaces\/cli\/worker.py, src\/interfaces\/cli\/commands\/diff.py. Call Read before editing.]"
}
}