HomeSoftware Heritage

Crates loader, use **kwargs on task and loader initialisation instead of

Description

Crates loader, use **kwargs on task and loader initialisation instead of
named args

This fix an issue discovered while testing loader on docker environment,
error was (load_crates() got an unexpected keyword argument 'lister_name')

Related T4104