-
Notifications
You must be signed in to change notification settings - Fork 18
Template update #509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Template update #509
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:
|
| - uses: actions/checkout@v3 | ||
| - name: Set up Python 3.12 | ||
| uses: actions/setup-python@v5 | ||
| - uses: actions/checkout@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - uses: actions/checkout@v4 | |
| - uses: actions/checkout@v5 |
| filter: blob:none | ||
| fetch-depth: 0 | ||
| - name: Install uv | ||
| uses: astral-sh/setup-uv@v5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where did my walrus go? :(
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are there types in the docstring?
| license = "BSD-3-Clause" | ||
| maintainers = [ | ||
| {name = "Tim Treis", email = "[email protected]"}, | ||
| { name = "Tim Treis", email = "[email protected]" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scverse email? lives longer
No description provided.