{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/opt\/scripts\/pipeline\/ruff.toml",
"offset": 48,
"limit": 10
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/opt\/scripts\/pipeline\/ruff.toml",
"content": "\"__init__.py\" = [\"F401\"] # unused imports in __init__\n\n[lint.isort]\nknown-first-party = [\"config\", \"db\", \"analyze\", \"chunk\", \"detect\", \"embed\", \"extract\", \"generate\", \"knowledge\", \"semantic_chunk_analyzer\"]\n\n[format]\n# Use double quotes for strings\nquote-style = \"double\"\n\n# Indent with spaces",
"numLines": 10,
"startLine": 48,
"totalLines": 62
}
}
}