Skip to content

Commit 61ea1c5

Browse files
Update pre-commit hook astral-sh/ruff-pre-commit to v0.12.2 (#3661)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: nf-core-bot <[email protected]>
1 parent b150ab8 commit 61ea1c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.12.1
3+
rev: v0.12.2
44
hooks:
55
- id: ruff-check # linter
66
args: [--fix, --exit-non-zero-on-fix] # sort imports and fix

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
- Update error message for rocrate_readme_sync ([#3652](https://github.com/nf-core/tools/pull/3652))
4545
- Update `nf-core modules info` command after `meta.yml` restructuring ([#3659](https://github.com/nf-core/tools/pull/3659))
4646
- Enable parsing of multi-line config values ([#3629](https://github.com/nf-core/tools/pull/3629))
47+
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.12.2 ([#3661](https://github.com/nf-core/tools/pull/3661))
4748

4849
## [v3.3.1 - Tungsten Tamarin Patch](https://github.com/nf-core/tools/releases/tag/3.3.1) - [2025-06-02]
4950

0 commit comments

Comments
 (0)