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
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?)
The text was updated successfully, but these errors were encountered:
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?)
The text was updated successfully, but these errors were encountered: