Skip to content

Commit f4a42b5

Browse files
authoredFeb 10, 2025··

Some content is hidden

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

60 files changed

+595
-234
lines changed
 

‎.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.8.6
3+
rev: v0.9.5
44
hooks:
55
- id: ruff # linter
66
args: [--fix, --exit-non-zero-on-fix] # sort imports and fix
@@ -13,13 +13,13 @@ repos:
1313
- prettier@3.3.3
1414

1515
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
16-
rev: "3.0.3"
16+
rev: "3.1.2"
1717
hooks:
1818
- id: editorconfig-checker
1919
alias: ec
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: "v1.14.1"
22+
rev: "v1.15.0"
2323
hooks:
2424
- id: mypy
2525
additional_dependencies:

‎CHANGELOG.md

+33-1
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,49 @@
11
# nf-core/tools: Changelog
22

3-
## v3.2.0dev
3+
## v3.3.0dev
44

55
### Template
66

7+
- Remove the on `pull_request_target` trigger and `pull_request` types from the download test. Also drop `push` triggers on other CI tests. ([#3399](https://github.com/nf-core/tools/pull/3399))
8+
79
### Linting
810

11+
- Add linting for ifEmpty(null) ([#3411](https://github.com/nf-core/tools/pull/3411))
12+
13+
### Modules
14+
15+
### Subworkflows
16+
17+
### General
18+
19+
- output passed to write_params_file as Path object ([#3435](https://github.com/nf-core/tools/pull/3435))
20+
- chore(deps): update python:3.12-slim docker digest to 69ce3ae ([#3433](https://github.com/nf-core/tools/pull/3433))
21+
- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.4 ([#3438](https://github.com/nf-core/tools/pull/3438))
22+
- format name/value with YAML syntax ([#3442](https://github.com/nf-core/tools/pull/3442))
23+
- chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 ([#3445](https://github.com/nf-core/tools/pull/3445))
24+
- chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.15.0 ([#3447](https://github.com/nf-core/tools/pull/3447))
25+
26+
## [v3.2.0 - Pewter Pangolin](https://github.com/nf-core/tools/releases/tag/3.2.0) - [2025-01-27]
27+
28+
### Template
29+
30+
- Remove automated release tweets ([#3419](https://github.com/nf-core/tools/pull/3419))
31+
- Update template components ([#3426](https://github.com/nf-core/tools/pull/3426))
32+
- Fix `process.shell` in `nextflow.config` ([#3416](https://github.com/nf-core/tools/pull/3416)) and split into new lines ([#3425](https://github.com/nf-core/tools/pull/3425))
33+
934
### Modules
1035

36+
- Modules created in pipelines "local" dir now use the full template ([#3256](https://github.com/nf-core/tools/pull/3256))
37+
1138
### Subworkflows
1239

40+
- Subworkflows created in pipelines "local" dir now use the full template ([#3256](https://github.com/nf-core/tools/pull/3256))
41+
1342
### General
1443

44+
- Update pre-commit hook editorconfig-checker/editorconfig-checker.python to v3.1.2 ([#3414](https://github.com/nf-core/tools/pull/3414))
45+
- Update python:3.12-slim Docker digest to 123be56 ([#3421](https://github.com/nf-core/tools/pull/3421))
46+
1547
## [v3.1.2 - Brass Boxfish Patch](https://github.com/nf-core/tools/releases/tag/3.1.2) - [2025-01-20]
1648

1749
### Template

0 commit comments

Comments
 (0)
Please sign in to comment.