You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2025. It is now read-only.
It might be nice to have type annotations and run a type checker setup for once we get into custom ad-ons to the base distro. This might take some discovery, I haven't gotten a chance to use python types before but I'd love to if we can!
If we decide to use mypy here's a cheatsheet and don't forget to include a py.typed file for packaging. (poetry may do this by default?)
It might be nice to have type annotations and run a type checker setup for once we get into custom ad-ons to the base distro. This might take some discovery, I haven't gotten a chance to use python types before but I'd love to if we can!
If we decide to use mypy here's a cheatsheet and don't forget to include a py.typed file for packaging. (poetry may do this by default?)