Skip to content

Commit fd68d18

Browse files
authored
add ehrapy and pertpy to template sync (#284)
add ehrapy and pertpy Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
1 parent b026a25 commit fd68d18

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/register-template-repos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
token: ${{ secrets.BOT_GH_TOKEN }}
16-
- name: Set up Python 3.11
17-
uses: actions/setup-python@v5
16+
- name: Set up Python 3.13
17+
uses: actions/setup-python@6
1818
with:
19-
python-version: "3.11"
19+
python-version: "3.13"
2020
cache: "pip"
2121
cache-dependency-path: "**/pyproject.toml"
2222
- name: Install build dependencies

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ repos:
1717
args: [--fix=lf]
1818
- id: trailing-whitespace
1919
- id: check-case-conflict
20-
- repo: https://github.com/pre-commit/mirrors-prettier
21-
rev: v4.0.0-alpha.8
20+
- repo: https://github.com/rbubley/mirrors-prettier
21+
rev: v3.6.2
2222
hooks:
2323
- id: prettier
2424
# package metadata
@@ -47,6 +47,6 @@ repos:
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
4848
rev: v0.13.3
4949
hooks:
50-
- id: ruff
50+
- id: ruff-check
5151
args: [--fix, --exit-non-zero-on-fix]
5252
- id: ruff-format

scripts/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ source = "vcs"
2929
fallback-version = "0.0"
3030

3131
[tool.hatch.envs.default]
32-
python = "3.11"
32+
python = "3.13"
3333

3434
[tool.ruff]
3535
line-length = 120

template-repos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
- url: https://github.com/scverse/spatial-sample-aggregation
119119
- url: https://github.com/scverse/spatialdata-plot
120120
- url: https://github.com/scverse/squidpy
121+
- url: https://github.com/scverse/pertpy
121122
- url: https://github.com/smgoggin10/ESCHR
122123
- url: https://github.com/srivarra/anatomize
123124
- url: https://github.com/srivarra/annsel
@@ -132,6 +133,7 @@
132133
- url: https://github.com/theislab/cellflow_reproducibility
133134
- url: https://github.com/theislab/devVI
134135
- url: https://github.com/theislab/ehrdata
136+
- url: https://github.com/theislab/ehrapy
135137
- url: https://github.com/theislab/geome
136138
- url: https://github.com/theislab/mapqc
137139
- url: https://github.com/theislab/multigrate

0 commit comments

Comments
 (0)