Skip to content

Commit 14989fd

Browse files
chore(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.2 (#167)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0860142 commit 14989fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434
filter: blob:none
3535
persist-credentials: false
36-
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
36+
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
3737
with:
3838
python-version: ${{ matrix.python }}
3939
- run: uv tool install hatch

src/hv_anndata/plotting/clustermap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def _build_plot_or_error(self) -> pn.viewable.Viewable:
219219
return pn.pane.HoloViews(
220220
plot, sizing_mode="stretch_both", min_height=550, min_width=450
221221
)
222-
except Exception as e: # noqa: BLE001
222+
except Exception as e: # ruff:ignore[blind-except]
223223
msg = f"Could not render clustermap: {e}"
224224
if pn.state.notifications is not None:
225225
pn.state.notifications.error(msg)

0 commit comments

Comments
 (0)