boltons icon indicating copy to clipboard operation
boltons copied to clipboard

Type hints

Open aucampia opened this issue 7 months ago • 1 comments

boltons have some nice functionality but it would be very handy if it also had type hints. From https://github.com/mahmoud/boltons/pull/318 it seems you are open to type hints, but I just want to confirm this, and check if you have any specific preferences for how they should be added.

From what I gather from the linked issue:

  • You prefer type hints in .py files (i.e. embedded) as opposed to having them in separate .pyi files
  • You want validation in CI

Is there any thing more I should consider before working on it?

aucampia avatar Jul 12 '24 12:07 aucampia