File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.7.1
3+ rev : v0.7.3
44 hooks :
55 - id : ruff # linter
66 args : [--fix, --exit-non-zero-on-fix] # sort imports and fix
Original file line number Diff line number Diff line change 3636- add ` --dir/-d ` option to schema commands ([ #3247 ] ( https://github.com/nf-core/tools/pull/3247 ) )
3737- Update pre-commit hook astral-sh/ruff-pre-commit to v0.7.1 ([ #3250 ] ( https://github.com/nf-core/tools/pull/3250 ) )
3838- handle new schema structure in ` nf-core pipelines create-params-file ` ([ #3276 ] ( https://github.com/nf-core/tools/pull/3276 ) )
39+ - Update Gitpod image to use Miniforge instead of Miniconda([ #3274 ] ( https://github.com/nf-core/tools/pull/3274 ) )
40+ - Update pre-commit hook astral-sh/ruff-pre-commit to v0.7.3 ([ #3275 ] ( https://github.com/nf-core/tools/pull/3275 ) )
3941
4042## [ v3.0.2 - Titanium Tapir Patch] ( https://github.com/nf-core/tools/releases/tag/3.0.2 ) - [ 2024-10-11]
4143
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ RUN apt-get update --quiet && \
2323 add-apt-repository -y ppa:apptainer/ppa && \
2424 apt-get update --quiet && \
2525 apt-get install --quiet --yes apptainer && \
26- wget --quiet https://repo.anaconda. com/miniconda/Miniconda3- latest-Linux-x86_64.sh && \
27- bash Miniconda3-latest -Linux-x86_64.sh -b -p /opt/conda && \
28- rm Miniconda3-latest -Linux-x86_64.sh && \
26+ wget --quiet https://github. com/conda-forge/miniforge/releases/ latest/download/Miniforge3 -Linux-x86_64.sh && \
27+ bash Miniforge3 -Linux-x86_64.sh -b -p /opt/conda && \
28+ rm Miniforge3 -Linux-x86_64.sh && \
2929 apt-get clean && \
3030 rm -rf /var/lib/apt/lists/*
3131
You can’t perform that action at this time.
0 commit comments