{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/ruff format src tests scripts 2>&1 | tail -3 && .\/venv\/bin\/python scripts\/max_loc_linter.py src 2>&1 && echo OK_MAXLOC && .\/venv\/bin\/ruff check src tests scripts 2>&1 | tail -10 && .\/venv\/bin\/mypy src 2>&1 | tail -3",
"description": "Format, maxloc, ruff, mypy"
}
}
{
"tool_response": {
"stdout": "1 file reformatted, 101 files left unchanged\nOK_MAXLOC\nAll checks passed!\nSuccess: no issues found in 74 source files",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false,
"staleReadFileStateHint": "[This command modified 1 file you've previously read: src\/application\/use_cases\/process_url.py. Call Read before editing.]"
}
}