File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ source = "vcs"
2929fallback-version = " 0.0"
3030
3131[tool .hatch .envs .default ]
32- python = " 3.11 "
32+ python = " 3.13 "
3333
3434[tool .ruff ]
3535line-length = 120
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments