Skip to content

Commit da76c90

Browse files
committed
Fix linting
1 parent 690e206 commit da76c90

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

nf_core/pipelines/lint/__init__.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -600,9 +600,10 @@ def run_linting(
600600
lint_obj.load_pipeline_config()
601601

602602
if (
603-
lint_obj.lint_config
604-
and (not lint_obj.lint_config["nfcore_components"]
605-
or lint_obj.lint_config["nfcore_components"] is not None)
603+
lint_obj.lint_config and (
604+
not lint_obj.lint_config["nfcore_components"]
605+
or lint_obj.lint_config["nfcore_components"] is not None
606+
)
606607
):
607608
module_lint_obj = None
608609
subworkflow_lint_obj = None

0 commit comments

Comments
 (0)