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 e4a2f4cCopy full SHA for e4a2f4c
.pre-commit-hooks.yaml
@@ -7,14 +7,16 @@
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
+ alias: sw
19
+ pass_filenames: false
20
21
- id: lint-pipeline
22
name: Lint nf-core pipeline
0 commit comments