Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
- Add more ruff rules (B, PTH) ([#4034](https://github.com/nf-core/tools/pull/4034))
- Update example links in main.nf comments ([#4188](https://github.com/nf-core/tools/pull/4188))
- use prek instead of pre-commit in all instances ([#4187](https://github.com/nf-core/tools/pull/4187))
- Update dependency prettier to v3.8.2 ([#4193](https://github.com/nf-core/tools/pull/4193))

### Download

Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: prettier
additional_dependencies:
- prettier@3.8.1
- prettier@3.8.2
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
Expand Down
Loading