Skip to content

Commit

Permalink
fix pre-commit linting failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Dec 13, 2024
1 parent a2c2339 commit 059473c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/.gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tasks:
- name: Update Nextflow and setup pre-commit
command: |
pre-commit install --install-hooks
nextflow self-update {% if code_linters %}
nextflow self-update {%- if code_linters %}
vscode:
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ workflow PIPELINE_COMPLETION {
{%- if multiqc %}
def multiqc_reports = multiqc_report.toList()
{%- endif %}

//
// Completion email and summary
//
Expand Down

0 comments on commit 059473c

Please sign in to comment.