Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

### Linting

- Add .nf-test folder to prettierignore list ([#3625](https://github.com/nf-core/tools/pull/3625))
- ignore files in gitignore also for pipeline_if_empty_null lint test ([#3722](https://github.com/nf-core/tools/pull/3722))
- do not check pytest_modules.yml file, deprecating ([#3748](https://github.com/nf-core/tools/pull/3748))
- Use the org from the .nf-core.yml when linting manifest name and homePage. ([#3767](https://github.com/nf-core/tools/pull/3767))
Expand Down Expand Up @@ -83,6 +82,7 @@
- Update pre-commit hook pre-commit/pre-commit-hooks to v6 ([#3797](https://github.com/nf-core/tools/pull/3797))
- Update dependency python to 3.14 ([#3817](https://github.com/nf-core/tools/pull/3817))
- update Dockerfile to python 3.14 ([#3822](https://github.com/nf-core/tools/pull/3822))
- Revert "Add .nf-test folder to prettierignore list" ([#3831](https://github.com/nf-core/tools/pull/3831))
Comment thread
mirpedrol marked this conversation as resolved.
Outdated

## [v3.3.2 - Tungsten Tamarin Patch 2](https://github.com/nf-core/tools/releases/tag/3.3.2) - [2025-07-08]

Expand Down
1 change: 0 additions & 1 deletion nf_core/pipeline-template/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ bin/
{%- if rocrate %}
ro-crate-metadata.json
{%- endif %}
.nf-test/
Loading