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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: prettier
entry: prettier --experimental-cli --write --ignore-unknown --no-cache
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
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 ([#4192](https://github.com/nf-core/tools/pull/4192))

### Download

Expand Down
Loading