Improve type-hinting
Author: acampoveCreated Sep 27, 2025Updated Sep 27, 2025
Hi,
I am having the same problem as:
https://github.com/spotify/luigi/issues/2542
and I see that that issue is closed so I will open a new one here. In particular I am seeing:
class CompareTask(law.Task):
E config_string : str = Parameter() ■ Type "Parameter" is not assignable to declared type "str" "Parameter" is not assignable to "str" Source: spotify/luigi