Skip to content

fix: Updated with pre-commit errors fix#25

Merged
ori-kron-wis merged 1 commit into
mainfrom
Ori-updated-pre-commit-fixes-in-destvi-utils
Apr 13, 2026
Merged

fix: Updated with pre-commit errors fix#25
ori-kron-wis merged 1 commit into
mainfrom
Ori-updated-pre-commit-fixes-in-destvi-utils

Conversation

@ori-kron-wis
Copy link
Copy Markdown
Collaborator

No description provided.

@ori-kron-wis ori-kron-wis self-assigned this Apr 13, 2026
@ori-kron-wis ori-kron-wis merged commit ffa1499 into main Apr 13, 2026
4 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fb283d5a74

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread pyproject.toml
anndata = ">=0.7.5"
black = {version = ">=20.8b1", optional = true}
cmap2d = {git = "https://github.com/cane11/cmap2d", tag = "v1.0"}
cmap2d = {git = "https://github.com/cane11/cmap2d", tag = "master"}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Switch cmap2d ref to a branch or immutable tag

tag = "master" makes Poetry resolve a git tag named master, not the moving branch head. In environments where cane11/cmap2d has a master branch but no master tag, dependency resolution fails during install/lock, blocking fresh environment setup. Use branch = "master" if you intend the branch, or pin a real release tag/commit for reproducible installs.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant