Skip to content

Commit

Permalink
Merge pull request #3379 from nf-core/renovate/pre-commit-mirrors-myp…
Browse files Browse the repository at this point in the history
…y-1.x

Update pre-commit hook pre-commit/mirrors-mypy to v1.14.1
  • Loading branch information
mashehu authored Jan 7, 2025
2 parents 21222f4 + 19070e5 commit 73ee4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
alias: ec

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.13.0"
rev: "v1.14.1"
hooks:
- id: mypy
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipelines/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ def singularity_pull_image(

progress.remove_task(task)

def compress_download(self) -> None:
def compress_download(self):
"""Take the downloaded files and make a compressed .tar.gz archive."""
log.debug(f"Creating archive: {self.output_filename}")

Expand Down

0 comments on commit 73ee4a1

Please sign in to comment.