Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/register-template-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.BOT_GH_TOKEN }}
- name: Set up Python 3.11
uses: actions/setup-python@v5
- name: Set up Python 3.13
uses: actions/setup-python@6
with:
python-version: "3.11"
python-version: "3.13"
cache: "pip"
cache-dependency-path: "**/pyproject.toml"
- name: Install build dependencies
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ repos:
args: [--fix=lf]
- id: trailing-whitespace
- id: check-case-conflict
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.6.2
hooks:
- id: prettier
# package metadata
Expand Down Expand Up @@ -47,6 +47,6 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.13.3
hooks:
- id: ruff
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
2 changes: 1 addition & 1 deletion scripts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source = "vcs"
fallback-version = "0.0"

[tool.hatch.envs.default]
python = "3.11"
python = "3.13"

[tool.ruff]
line-length = 120
Expand Down
2 changes: 2 additions & 0 deletions template-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
- url: https://github.com/scverse/spatial-sample-aggregation
- url: https://github.com/scverse/spatialdata-plot
- url: https://github.com/scverse/squidpy
- url: https://github.com/scverse/pertpy
- url: https://github.com/smgoggin10/ESCHR
- url: https://github.com/srivarra/anatomize
- url: https://github.com/srivarra/annsel
Expand All @@ -132,6 +133,7 @@
- url: https://github.com/theislab/cellflow_reproducibility
- url: https://github.com/theislab/devVI
- url: https://github.com/theislab/ehrdata
- url: https://github.com/theislab/ehrapy
- url: https://github.com/theislab/geome
- url: https://github.com/theislab/mapqc
- url: https://github.com/theislab/multigrate
Expand Down