Skip to content

Commit e753770

Browse files
authored
run pre-commit rules on all files (#9416)
1 parent 00a810c commit e753770

File tree

841 files changed

+2518
-2479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

841 files changed

+2518
-2479
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3939
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
4040
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
41-
with:
42-
extra_args: ""
4341

4442
###################
4543
# nf-core linting #

.pre-commit-config.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,4 @@ repos:
5454
rev: v2.14.0
5555
hooks:
5656
- id: hadolint-docker
57-
- repo: https://github.com/nf-core/tools
58-
rev: pre-commit
59-
hooks:
60-
- id: lint-subworkflows
57+
args: ["--failure-threshold", "error"]

modules/nf-core/agat/convertbed2gff/tests/main.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ nextflow_process {
5555

5656
}
5757

58-
}
58+
}

modules/nf-core/agat/convertgff2bed/tests/main.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ nextflow_process {
5555

5656
}
5757

58-
}
58+
}

modules/nf-core/agat/spextractsequences/tests/main.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ nextflow_process {
5959

6060
}
6161

62-
}
62+
}

modules/nf-core/agat/spfilterbyorfsize/tests/main.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ nextflow_process {
106106

107107
}
108108

109-
}
109+
}

modules/nf-core/agat/spfilterfeaturefromkilllist/tests/main.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ nextflow_process {
101101

102102
}
103103

104-
}
104+
}

modules/nf-core/agat/spflagshortintrons/tests/main.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ nextflow_process {
107107

108108
}
109109

110-
}
110+
}

modules/nf-core/agat/spmergeannotations/tests/main.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ nextflow_process {
127127

128128
}
129129

130-
}
130+
}

modules/nf-core/angsd/contamination/tests/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ process {
22
withName: ANGSD_DOCOUNTS {
33
ext.args = "-iCounts 1 -doDepth -dumpCounts 2"
44
}
5-
}
5+
}

0 commit comments

Comments
 (0)