From e15a0d3567c30f9753116dae76fdd9ff8e06f3df Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:09:15 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.16.4 → v0.16.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.4...v0.16.5) - [github.com/tox-dev/pyproject-fmt: v2.28.1 → v2.29.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.28.1...v2.29.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4fe290aa..16ed20b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: exclude: "^packages/.*/(meta.yaml|logo\\..*)$" # scripts - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.4 + rev: v0.16.5 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -53,7 +53,7 @@ repos: - id: ruff-format files: ^scripts/.*$ - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.28.1 + rev: v2.29.0 hooks: - id: pyproject-fmt - repo: https://github.com/camptocamp/jsonschema-gentypes From 2c8da0f78278cf153ddd82a0dfcea22c79ff8f43 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Tue, 1 Sep 2026 10:52:28 +0200 Subject: [PATCH 2/2] fix --- packages/NicheNetPy/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/NicheNetPy/meta.yaml b/packages/NicheNetPy/meta.yaml index 4d9843c7..b85dac57 100644 --- a/packages/NicheNetPy/meta.yaml +++ b/packages/NicheNetPy/meta.yaml @@ -7,6 +7,7 @@ description: | in cells of interest. project_home: https://github.com/saeyslab/nichenetpy documentation_home: https://saeyslab.github.io/nichenetpy/nichenetpy.html +inventory: null tutorials_home: https://github.com/saeyslab/nichenetpy install: pypi: nichenetpy