Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Aug 7, 2024
1 parent 4cf16be commit f8d5463
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nf_core/pipelines/create/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,10 @@ def fix_linting(self):

# Add multiqc specific configurations
if not self.jinja_params["multiqc"]:
lint_config.setdefault("files_unchanged", []).extend([".github/CONTRIBUTING.md", "assets/sendmail_template.txt"])
lint_config.setdefault("files_exist", []).extend(["assets/multiqc_config.yml"])
lint_config.setdefault("files_unchanged", []).extend(
[".github/CONTRIBUTING.md", "assets/sendmail_template.txt"]
)
lint_config.setdefault("files_exist", []).extend(["assets/multiqc_config.yml"])
lint_config["multiqc_config"] = False

# If the pipeline is not nf-core
Expand Down

0 comments on commit f8d5463

Please sign in to comment.