dispatchrun / dispatch-py

Python package to develop applications with Dispatch.
https://pypi.org/project/dispatch-py/
Apache License 2.0
56 stars 3 forks source link

mypy: upgrade to 1.10.0 #156

Closed achille-roussel closed 6 months ago

achille-roussel commented 6 months ago

This PR upgrade mypy to 1.10.0, and enable --check-untyped-defs which does a much stricter pass. I then fixed all the type checks that were newly reported.