{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/ruff check src tests scripts --fix 2>&1 | tail -3 && .\/venv\/bin\/pytest tests\/unit tests\/integration tests\/e2e -q 2>&1 | tail -5",
"description": "All tests"
}
}
{
"tool_response": {
"stdout": "Found 1 error (1 fixed, 0 remaining).\ntests\/e2e\/test_crawl_fixture.py::test_end_to_end_crawl_against_fixture\n \/var\/www\/dev.campus.systemische-tools.de\/crawler\/venv\/lib\/python3.13\/site-packages\/pyRdfa\/options.py:72: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).\n self.graph.add((bnode, ns_dc[\"date\"], Literal(datetime.datetime.utcnow().isoformat(),datatype=ns_xsd[\"dateTime\"])))\n\n-- Docs: https:\/\/docs.pytest.org\/en\/stable\/how-to\/capture-warnings.html",
"stderr": "",
"interrupted": false,
"isImage": false,
"noOutputExpected": false,
"staleReadFileStateHint": "[This command modified 1 file you've previously read: src\/domain\/ports\/html_parser_port.py. Call Read before editing.]"
}
}