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
The experience of pfun using Pycharm's own type-checker is currently somewhat subpar to using mypy (because of the pfun mypy plugin). I suspect that it may be possible to provide an equally good experience by modifying the type checking of code that uses pfun by hooking into the pycharm inspections. (I haven't looked closely into it though).
The text was updated successfully, but these errors were encountered:
I think the mypy plugin has evolved to a point where this is no longer practical. The best bet is to wait until the python type system supports all the constructs in the plugin natively.
The experience of
pfun
using Pycharm's own type-checker is currently somewhat subpar to using mypy (because of thepfun
mypy plugin). I suspect that it may be possible to provide an equally good experience by modifying the type checking of code that usespfun
by hooking into the pycharm inspections. (I haven't looked closely into it though).The text was updated successfully, but these errors were encountered: