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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ 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]
files: ^scripts/.*$
- 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
Expand Down
1 change: 1 addition & 0 deletions packages/NicheNetPy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down