Skip to content

Commit fc296d6

Browse files
authored
Merge branch 'main' into main
2 parents 5ec701f + 68b3b90 commit fc296d6

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ repos:
2323
- id: prettier
2424
# package metadata
2525
- repo: https://github.com/python-jsonschema/check-jsonschema
26-
rev: 0.36.2
26+
rev: 0.37.0
2727
hooks:
2828
- id: check-jsonschema
2929
files: "scripts/src/ecosystem_scripts/schema.json"
3030
args: ["--check-metaschema"]
3131
- repo: https://github.com/python-jsonschema/check-jsonschema
32-
rev: 0.36.2
32+
rev: 0.37.0
3333
hooks:
3434
- id: check-jsonschema
3535
files: "packages/.*/meta.yaml"
@@ -45,7 +45,7 @@ repos:
4545
exclude: "^packages/.*/(meta.yaml|logo\\..*)$"
4646
# scripts
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.15.2
48+
rev: v0.15.5
4949
hooks:
5050
- id: ruff-check
5151
args: [--fix, --exit-non-zero-on-fix]

template-repos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
- url: https://github.com/bunina-lab/scDoRI_tools
4747
- url: https://github.com/cameronraysmith/perturbvelo
4848
- url: https://github.com/carmonalab/pyucell
49+
- url: https://github.com/cellannotation/pairOT
4950
- url: https://github.com/clinicalomx/napari-prism
5051
- url: https://github.com/cobioda/scispy
5152
- url: https://github.com/const-ae/pyLemur
@@ -142,6 +143,7 @@
142143
- url: https://github.com/theislab/troutpy
143144
- url: https://github.com/timtreis/gefslim
144145
- url: https://github.com/vitkl/cell2module
146+
- url: https://github.com/vitkl/regularizedvi
145147
- url: https://github.com/wangd12rpi/hescape_changed
146148
- url: https://github.com/yizhak-lab-ccg/scXpand
147149
- url: https://github.com/zunderlab/eschr

0 commit comments

Comments
 (0)