According to this PR, lugi.Parameter is type annotated by str explicitly, because currently Mypy handles lugi.Parameter as any type.
Since lugi.Parameter is a parameter for str input, we do not need explicit type annotation.
Update mypy plugin to get default type from each parameters
What
According to this PR,
lugi.Parameter
is type annotated bystr
explicitly, because currently Mypy handleslugi.Parameter
asany
type.Since
lugi.Parameter
is a parameter forstr
input, we do not need explicit type annotation. Update mypy plugin to get default type from each parameters