INNER CODE UNIT · Python
__init__
nf-core/tools · nf_core/modules/lint/__init__.py:63
def __init__(
self,
directory: str | Path,
fail_warned: bool = False,
fix: bool = False,
remote_url: str | None = None,
branch: str | None = None,
no_pull: bool = False,
registry: tuple[str, ...] = ("quay.io", "community.wave.seqera.io/library"),
hide_progress: bool = False,
):
super().__init__(
component_type="modules",
directory=directory,
fail_warned=fail_warned,
fix=fix,
remote_url=remote_url,
branch=branch,