We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7d918e + 7e6e2e2 commit 86dde7bCopy full SHA for 86dde7b
2 files changed
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout code
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
30
- name: Setup micromamba
31
uses: mamba-org/setup-micromamba@v2
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ ci:
8
9
repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v5.0.0
+ rev: v6.0.0
12
hooks:
13
- id: check-merge-conflict
14
- id: check-added-large-files
@@ -17,7 +17,7 @@ repos:
17
# Run ruff to lint and format
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
# Ruff version.
20
- rev: v0.12.2
+ rev: v0.13.3
21
22
# Run the linter.
23
- id: ruff
@@ -44,6 +44,6 @@ repos:
44
45
# Format Snakemake rule / workflow files
46
- repo: https://github.com/snakemake/snakefmt
47
- rev: v0.11.0
+ rev: v0.11.2
48
49
- id: snakefmt
0 commit comments