Assuming a fresh Kedro project without any custom ...
# questions
g
Assuming a fresh Kedro project without any custom starters/templates. What should I put for the type annotation of kwargs in create_pipeline?
r
If you are not sure of what the args would be
Any
can help ?
g
@Ravi Kumar Pilla I am trying, perhaps foolishly, to satisfy MyPy/Ruff without disabling rules if can help it. If I include
Any
then it will give a distinct issue.