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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/rapids-singlecell/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions scripts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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 = [
Expand Down