guidance-ai / guidance

A guidance language for controlling large language models.
MIT License
18.82k stars 1.04k forks source link

Typing with Mypy #729

Open ryanpeach opened 6 months ago

ryanpeach commented 6 months ago

Is your feature request related to a problem? Please describe. I notice that a lot of the library is untyped. This makes it hard to contribute to, as I'm unsure what arguments are what type.

Describe the solution you'd like Type the library with mypy and add mypy to CICD

ryanpeach commented 6 months ago

Of lesser issue, it's not auto formatted or even linted. I would recommend ruff for that purpose.