Skip to content

Commit ad0597a

Browse files
authored
Merge pull request #145 from omnideconv/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 0c5c619 + df374dd commit ad0597a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/conda.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ jobs:
2626
uses: conda-incubator/setup-miniconda@v2
2727
with:
2828
auto-update-conda: true
29-
mamba-version: "*"
30-
channels: conda-forge,bioconda,defaults
29+
miniforge-version: latest
30+
use-mamba: true
31+
channels: conda-forge,bioconda
3132
channel-priority: true
3233
python-version: 3.8
3334

3435
- name: Set-up channels and install conda build
3536
run: |
36-
mamba install -y conda-build conda-verify
37+
mamba install -y conda-build conda-verify boa
3738
shell: bash
3839

3940
- name: build and test package

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.3.2.9007
5+
rev: v0.3.2.9021
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]
@@ -17,7 +17,7 @@ repos:
1717
- id: end-of-file-fixer
1818
exclude: '\.Rd'
1919
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
20-
rev: v1.5.1
20+
rev: v1.6.1
2121
hooks:
2222
# Only reuiqred when https://pre-commit.ci is used for config validation
2323
- id: check-pre-commit-ci-config
@@ -31,7 +31,7 @@ repos:
3131
exclude: "inst/extdata/.*"
3232
# `exclude: <regex>` to allow committing specific files
3333
- repo: https://github.com/pre-commit/mirrors-prettier
34-
rev: v3.0.0-alpha.6
34+
rev: v3.0.3
3535
hooks:
3636
- id: prettier
3737

tests/testthat/test_mapping.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
test_that("cell_type mapping to a single method_cell_type are calculated correctly", {
32
fractions <- data.frame(sample1 = c("B cell" = .3, "T cell CD4+" = .5, "Myeloid dendritic cell" = .2))
43
cell_type <- "T cell CD4+"

0 commit comments

Comments
 (0)