Open
Conversation
…of template updates
for more information, see https://pre-commit.ci
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #509 +/- ##
==========================================
- Coverage 84.42% 84.37% -0.05%
==========================================
Files 8 8
Lines 2131 2144 +13
==========================================
+ Hits 1799 1809 +10
- Misses 332 335 +3
🚀 New features to boost your workflow:
|
Zethson
reviewed
Nov 14, 2025
Zethson
reviewed
Nov 14, 2025
Zethson
approved these changes
Nov 17, 2025
| - uses: actions/checkout@v3 | ||
| - name: Set up Python 3.12 | ||
| uses: actions/setup-python@v5 | ||
| - uses: actions/checkout@v4 |
Member
There was a problem hiding this comment.
Suggested change
| - uses: actions/checkout@v4 | |
| - uses: actions/checkout@v5 |
| filter: blob:none | ||
| fetch-depth: 0 | ||
| - name: Install uv | ||
| uses: astral-sh/setup-uv@v5 |
Member
There was a problem hiding this comment.
Suggested change
| uses: astral-sh/setup-uv@v5 | |
| uses: astral-sh/setup-uv@v7 |
| def _process_return(lines: Iterable[str]) -> Generator[str, None, None]: | ||
| for line in lines: | ||
| if m := re.fullmatch(r"(?P<param>\w+)\s+:\s+(?P<type>[\w.]+)", line): | ||
| m = re.fullmatch(r"(?P<param>\w+)\s+:\s+(?P<type>[\w.]+)", line) |
| The name of the shapes element to render. If `None`, all shapes elements in the `SpatialData` object will be | ||
| used. | ||
| color : ColorLike | None, optional | ||
| color : ColorLike | str | None, optional |
Member
There was a problem hiding this comment.
Why are there types in the docstring?
| license = "BSD-3-Clause" | ||
| maintainers = [ | ||
| {name = "Tim Treis", email = "[email protected]"}, | ||
| { name = "Tim Treis", email = "[email protected]" }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.