Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from scverse/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Zethson authored Mar 21, 2024
2 parents 6e06241 + 1bdf783 commit 24c0c9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.3.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes]
Expand All @@ -31,7 +31,7 @@ repos:
- id: check-merge-conflict
args: [--assume-in-merge]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
Expand Down
3 changes: 1 addition & 2 deletions src/multi_condition_comparisions/methods/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ def fit(self, **kwargs) -> None:
...

@abstractmethod
def _test_single_contrast(self, contrast, **kwargs) -> pd.DataFrame:
...
def _test_single_contrast(self, contrast, **kwargs) -> pd.DataFrame: ...

def test_contrasts(
self, contrasts: list[str] | dict[str, np.ndarray] | dict[str, list] | np.ndarray, **kwargs
Expand Down

0 comments on commit 24c0c9a

Please sign in to comment.