From 619955ef903b2ba89b160158d8676dd4192075d5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:47:07 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.12.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.11.1...v2.12.1) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 539d1ce..aeff3f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: - id: ruff-format files: ^scripts/.*$ - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.11.1 + rev: v2.12.1 hooks: - id: pyproject-fmt - repo: https://github.com/camptocamp/jsonschema-gentypes From aef3fef864b0a09bfb132f006cd7f48a2baa5cd8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:47:30 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- scripts/pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index fd3b5f0..766b804 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -9,8 +9,8 @@ description = "scripts for ecosystem package data" readme = "../README.md" license = "GPL-3.0" authors = [ - { name = "Philipp A.", email = "flying-sheep@web.de" }, { name = "Gregor Sturm", email = "gregor.sturm@scverse.org" }, + { name = "Philipp A.", email = "flying-sheep@web.de" }, ] requires-python = ">=3.12" classifiers = [ @@ -36,13 +36,13 @@ urls.Source = "https://github.com/scverse/ecosystem-packages" scripts.register-template-repos = "ecosystem_scripts.template_repo_registry:main" scripts.validate-registry = "ecosystem_scripts.validate_registry:main" +[tool.hatch.envs.default] +python = "3.13" + [tool.hatch.version] source = "vcs" fallback-version = "0.0" -[tool.hatch.envs.default] -python = "3.13" - [tool.ruff] line-length = 120 lint.select = [ From b00b0da4ee3559fb5dd299ac1b16b4e076ebe162 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Tue, 3 Feb 2026 08:52:14 +0100 Subject: [PATCH 3/3] fix rsc tutorials link --- packages/rapids-singlecell/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rapids-singlecell/meta.yaml b/packages/rapids-singlecell/meta.yaml index 75097b6..1e593df 100644 --- a/packages/rapids-singlecell/meta.yaml +++ b/packages/rapids-singlecell/meta.yaml @@ -4,7 +4,7 @@ description: | drop-in replacement for scanpy, squidpy, and decoupler. project_home: https://github.com/scverse/rapids_singlecell documentation_home: https://rapids-singlecell.readthedocs.io/ -tutorials_home: https://rapids-singlecell.readthedocs.io/page/notebooks.html +tutorials_home: https://rapids-singlecell.readthedocs.io/page/tutorials.html install: pypi: rapids-singlecell tags: