I’m using strict mypy config and using `dagster.Fi...
# ask-community
t
I’m using strict mypy config and using
dagster.Field
function. It is untyped as I’m getting error from mypy:
Call to untyped function "Field" in typed context
Will Field function get typing in next releases?
c
Hi Tadas. Most of our class constructors are currently untyped and adding these annotations will be a fairly extensive change. I'll file a feature-request for this for now:
@Dagster Bot issue add types to init methods to enable strict mypy
d