"since" has no effect
Can the argument and its documentation be removed? Or does the code need to be adapted to fulfill the docs?
https://github.com/nf-core/tools/blob/bc56cdd35077e408a0a7c90ec07fcdff7c2d1f3b/nf_core/modules/modules_repo.py#L348-L368
@ErikDanielsson Do you have preferences how to solve this issue?
I went ahead and cleaned the function signature and docstring according to the function body. I still think this is a question deserving an answer.
I think it is fine to remove it. If we see a need for this functionality we can add it. I didn't find any more mention of this functionality except for modules_repo.py. Thanks for finding this!