File tree 3 files changed +3
-2
lines changed
nf_core/pipeline-template/.github/workflows
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
- rev : v0.9.5
3
+ rev : v0.9.9
4
4
hooks :
5
5
- id : ruff # linter
6
6
args : [--fix, --exit-non-zero-on-fix] # sort imports and fix
Original file line number Diff line number Diff line change 35
35
- docs: fix contributing link in the main README ([ #3459 ] ( https://github.com/nf-core/tools/pull/3459 ) )
36
36
- Cleanup: Removed Redundant if Condition ([ #3468 ] ( https://github.com/nf-core/tools/pull/3468 ) )
37
37
- chore(deps): update python:3.12-slim docker digest to aaa3f8c ([ #3474 ] ( https://github.com/nf-core/tools/pull/3474 ) )
38
+ - chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.9 ([ #3470 ] ( https://github.com/nf-core/tools/pull/3470 ) )
38
39
39
40
## [ v3.2.0 - Pewter Pangolin] ( https://github.com/nf-core/tools/releases/tag/3.2.0 ) - [ 2025-01-27]
40
41
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Download lint results
14
- uses : dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
14
+ uses : dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
15
15
with :
16
16
workflow : linting.yml
17
17
workflow_conclusion : completed
You can’t perform that action at this time.
0 commit comments