{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/ruff check src tests scripts 2>&1 | tail -10",
"description": "Ruff final check"
}
}
{
"tool_response": {
"stdout": "--> tests\/unit\/domain\/test_meta_robots.py:1:1\n\nEXE002 The file is executable but no shebang is present\n--> tests\/unit\/domain\/test_normalized_url.py:1:1\n\nEXE002 The file is executable but no shebang is present\n--> tests\/unit\/domain\/test_quality_flag_calculator.py:1:1\n\nFound 81 errors.\nNo fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false
}
}