Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#161)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Mar 14, 2024
1 parent 297bf4e commit e884482
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
1 change: 1 addition & 0 deletions src/anndata2ri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
:rman:`~SingleCellExperiment::reducedDim`\ ``(d, 'DM')`` ⇄ ``d.``\ :attr:`~anndata.AnnData.obsm`\ ``['X_diffmap']``
========================================================== = ========================================================
"""

from __future__ import annotations

from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions src/anndata2ri/scipy2ri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
:rcls:`~Matrix::ldiMatrix` :class:`~scipy.sparse.dia_matrix`\ ``(dtype=bool)``
===================================================== ======================================================
"""

from __future__ import annotations

from typing import TYPE_CHECKING
Expand Down

0 comments on commit e884482

Please sign in to comment.