instructlab / sdg

Python library for Synthetic Data Generation
https://pypi.org/project/instructlab-sdg/
Apache License 2.0
23 stars 35 forks source link

Add proper typehints #379

Open RobotSail opened 1 week ago

RobotSail commented 1 week ago

We should increase our usage of type-hints throughout the codebase so that developers, language servers, and linting all have a clear idea of what kinds of values get passed around and where.