Skip to content

Add missing type hints to DatasetCase #13

Description

@aviralgarg05

Summary

Add type hints to the DatasetCase dataclass fields that currently lack them.

Tasks

  • Review src/agentunit/datasets/base.py for missing or incomplete type hints.
  • Add str, list[str], dict[str, Any], etc. where appropriate.
  • Ensure from __future__ import annotations is present.

Acceptance criteria

  • All fields in DatasetCase have explicit type hints.
  • poetry run ruff check . passes.
  • Tests pass.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions