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
They work for regular public functions, but anything annotated with @task doesn't pull in the type hint and default value from the function definition.
Is it possible to configure the invoke ext to work with this somehow?
I should add I'm using this guys code snippet to patch in support for type hints in the first place: pyinvoke/invoke#357 (comment)
The text was updated successfully, but these errors were encountered:
I use these extensions:
They work for regular public functions, but anything annotated with
@task
doesn't pull in the type hint and default value from the function definition.Is it possible to configure the invoke ext to work with this somehow?
I should add I'm using this guys code snippet to patch in support for type hints in the first place: pyinvoke/invoke#357 (comment)
The text was updated successfully, but these errors were encountered: