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
main.py:12: error: Incompatible types in assignment (expression has type "UUIDParameter", variable has type "UUID") [assignment]
main.py:15: error: Unexpected keyword argument "y" for "DummyTask" [call-arg]
main.py:16: note: Revealed type is "builtins.int"
main.py:17: note: Revealed type is "uuid.UUID"
Revealed types are correct, but mypy gives 2 errors connected with custom parameter class.
Description
The mypy plugin does not work with parameter classes that are user-defined rather than built into luigi. For example:
Revealed types are correct, but mypy gives 2 errors connected with custom parameter class.
Packages
The text was updated successfully, but these errors were encountered: