Skip to content

Commit

Permalink
fix: Add --hide-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Aug 23, 2024
1 parent 4bed77d commit a05189c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- id: lint-modules
name: Lint nf-core modules
# description: This hook trims trailing whitespace.
entry: nf-core modules lint
entry: nf-core --hide-progress modules lint
language: python
types: [text]
files: ^modules/.*/.*/.*\.nf$
Expand All @@ -10,7 +10,7 @@
- id: lint-subworkflows
name: Lint nf-core subworkflows
# description: This hook trims trailing whitespace.
entry: nf-core subworkflows lint
entry: nf-core --hide-progress subworkflows lint
language: python
types: [text]
files: ^subworkflows/.*/.*/.*\.nf$
Expand Down

0 comments on commit a05189c

Please sign in to comment.