Skip to content

Commit 7e78ef4

Browse files
[pre-commit.ci] pre-commit autoupdate (#357)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Philipp A. <flying-sheep@web.de>
1 parent 01a647f commit 7e78ef4

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919
- id: check-case-conflict
2020
- repo: https://github.com/rbubley/mirrors-prettier
21-
rev: v3.8.2
21+
rev: v3.8.3
2222
hooks:
2323
- id: prettier
2424
# package metadata
@@ -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.10
48+
rev: v0.15.11
4949
hooks:
5050
- id: ruff-check
5151
args: [--fix, --exit-non-zero-on-fix]

packages/novae/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: novae
22
description: |
33
Graph-based foundation model for spatial transcriptomics data.
44
Zero-shot spatial domain inference, batch-effect correction, and many other features.
5-
project_home: https://github.com/MICS-Lab/novae
6-
documentation_home: https://mics-lab.github.io/novae/
5+
project_home: https://github.com/prism-oncology/novae
6+
documentation_home: https://prism-oncology.github.io/novae/
77
publications:
88
- 10.1101/2024.09.09.612009
99
install:

packages/sopa/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: |
33
Technology-invariant pipeline for spatial-omics analysis that
44
scales to millions of cells. It includes segmentation, annotation,
55
spatial statistics, and efficient visualization.
6-
project_home: https://github.com/gustaveroussy/sopa
7-
documentation_home: https://gustaveroussy.github.io/sopa/
6+
project_home: https://github.com/prism-oncology/sopa
7+
documentation_home: https://prism-oncology.github.io/sopa/
88
publications:
99
- 10.1038/s41467-024-48981-z
1010
install:

0 commit comments

Comments
 (0)