Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 12, 2023
1 parent 2f6e1f3 commit 4ad0a62
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
24 changes: 21 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,27 @@ jobs:
fail-fast: false
matrix:
config:
- { name: "3.11", os: ubuntu-latest, python: "3.11", r: release, bioc: "3.18" }
- { name: "3.10", os: ubuntu-latest, python: "3.10", r: release, bioc: "3.18" }
- { name: "3.9", os: ubuntu-latest, python: "3.9", r: release, bioc: "3.18" }
- {
name: "3.11",
os: ubuntu-latest,
python: "3.11",
r: release,
bioc: "3.18",
}
- {
name: "3.10",
os: ubuntu-latest,
python: "3.10",
r: release,
bioc: "3.18",
}
- {
name: "3.9",
os: ubuntu-latest,
python: "3.9",
r: release,
bioc: "3.18",
}
# Cannot test
# - Python 3.12 because of numba
# - R oldrel because of a bug in BiocFileCache that only got released to BioC 3.18+
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ repos:
hooks:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.1.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.4
hooks:
- id: prettier

0 comments on commit 4ad0a62

Please sign in to comment.