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 41b99d1 commit df23fa0Copy full SHA for df23fa0
.pre-commit-hooks.yaml
@@ -16,4 +16,10 @@
16
files: ^subworkflows/.*/.*/.*\.nf$
17
pass_filenames: true
18
# args: []
19
-# TODO lint-pipeline
+- id: lint-pipeline
20
+ name: Lint nf-core pipeline
21
+ description: Check pipeline code against nf-core guidelines.
22
+ entry: nf-core --hide-progress lint
23
+ language: python
24
+ types: [text]
25
+ # args: []
nf_core/pipeline-template/.pre-commit-config.yaml
@@ -14,6 +14,4 @@ repos:
14
- repo: https://github.com/nf-core/tools
15
rev: "2.14.1"
hooks:
- - id: lint-modules
- - id: lint-subworkflows
- # TODO lint-pipeline
+ - id: lint-pipeline
0 commit comments