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
When I use pyflow in a project to develop a workflow, I get a few warnings in my IDE that could be detected with Mypy. I am preparing a PR for the kwargs in families, suites, etc. But I thought perhaps a future enhancement could be to adopt Mypy? That could help detecting simple typing issues too, receiving contributions from others (i.e. enforcing that we are all aware of the types used), and also enable to someday use other linters or performance tools like mypyc.
For example of the warnings (see yellow-ish background colored text):
Thank you!
The text was updated successfully, but these errors were encountered:
When I use
pyflow
in a project to develop a workflow, I get a few warnings in my IDE that could be detected with Mypy. I am preparing a PR for thekwargs
in families, suites, etc. But I thought perhaps a future enhancement could be to adopt Mypy? That could help detecting simple typing issues too, receiving contributions from others (i.e. enforcing that we are all aware of the types used), and also enable to someday use other linters or performance tools like mypyc.For example of the warnings (see yellow-ish background colored text):
Thank you!
The text was updated successfully, but these errors were encountered: