jorenham / optype

Opinionated typing package for precise type hints in Python
BSD 3-Clause "New" or "Revised" License
13 stars 0 forks source link

Complete mypy support, with `strict=true` #140

Closed jorenham closed 2 months ago

jorenham commented 2 months ago

This also reworked the optype.numpy shape aliases, so that both mypy and pyright treat them the same.

Additionally, the examples were simplified; making them more to-the-point, and mypy-valid.