-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Summary
Add type hints to the DatasetCase dataclass fields that currently lack them.
Tasks
- Review
src/agentunit/datasets/base.pyfor missing or incomplete type hints. - Add
str,list[str],dict[str, Any], etc. where appropriate. - Ensure
from __future__ import annotationsis present.
Acceptance criteria
- All fields in
DatasetCasehave explicit type hints. poetry run ruff check .passes.- Tests pass.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed