We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044adba commit e41f8c2Copy full SHA for e41f8c2
.pre-commit-hooks.yaml
@@ -7,14 +7,15 @@
7
files: ^modules/.*/.*/.*\.nf$
8
pass_filenames: true
9
# args: []
10
+ # NOTE See https://github.com/nf-core/modules/pull/7084 for reasoning
11
- id: lint-subworkflows
12
name: Lint nf-core subworkflows
- # description: This hook trims trailing whitespace.
13
- entry: nf-core --hide-progress subworkflows lint
+ description: Runs linting on all the subworkflows
14
+ entry: nf-core --hide-progress subworkflows lint -a
15
language: python
16
types: [text]
- files: ^subworkflows/.*/.*/.*\.nf$
17
- pass_filenames: true
+ files: ^subworkflows/.*$
18
+ pass_filenames: false
19
20
- id: lint-pipeline
21
name: Lint nf-core pipeline
0 commit comments