Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#200)
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 Nov 29, 2024
1 parent adcf116 commit 1c78e01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.7.4
rev: v0.8.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion src/anndata2ri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from rpy2.rinterface import Sexp


__all__ = ['__version__', 'activate', 'deactivate', 'py2rpy', 'rpy2py', 'converter']
__all__ = ['__version__', 'activate', 'converter', 'deactivate', 'py2rpy', 'rpy2py']

HERE = Path(__file__).parent

Expand Down
6 changes: 3 additions & 3 deletions src/anndata2ri/scipy2ri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@

__all__ = [
'activate',
'converter',
'deactivate',
'py2rpy',
'rpy2py',
'converter',
'supported_r_matrix_types',
'supported_r_matrix_storage',
'supported_r_matrix_classes',
'supported_r_matrix_storage',
'supported_r_matrix_types',
]


Expand Down

0 comments on commit 1c78e01

Please sign in to comment.