Skip to content

Commit 21eb7af

Browse files
renovate[bot]nf-core-botmashehu
authored
Update pre-commit hooks (#4219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: nf-core-bot <core@nf-co.re> Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
1 parent 778786f commit 21eb7af

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.15.11
3+
rev: v0.15.12
44
hooks:
55
- id: ruff-check # linter
66
args: [--fix, --exit-non-zero-on-fix] # sort imports and fix
@@ -33,7 +33,7 @@ repos:
3333
tests/pipelines/__snapshots__/.*
3434
)$
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: "v1.20.0"
36+
rev: "v1.20.2"
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:
@@ -44,7 +44,7 @@ repos:
4444
- types-setuptools
4545
- pydantic
4646
- repo: https://github.com/astral-sh/uv-pre-commit
47-
rev: 0.11.4
47+
rev: 0.11.7
4848
hooks:
4949
- id: uv-lock
5050
- repo: local

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
- nextflow source CI: set up uv ([#4208](https://github.com/nf-core/tools/pull/4208))
6969
- Include AI and LLM usage guidelines in CONTRIBUTING.md ([#4211](https://github.com/nf-core/tools/pull/4211))
7070
- Update conda-incubator/setup-miniconda action to v4 ([#4215](https://github.com/nf-core/tools/pull/4215))
71+
- Update pre-commit hooks ([#4219](https://github.com/nf-core/tools/pull/4219))
7172
- Update dependency textual to v8.2.4 ([#4217](https://github.com/nf-core/tools/pull/4217))
7273

7374
### Download

0 commit comments

Comments
 (0)