Skip to content

Commit 3b8a5bd

Browse files
authored
Merge pull request #46 from quadbio/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents d6d58be + bd432f8 commit 3b8a5bd

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: pyproject-fmt
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.11.2
18+
rev: v0.11.4
1919
hooks:
2020
- id: ruff
2121
types_or: [python, pyi, jupyter]

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,45 +17,45 @@ and this project adheres to [Semantic Versioning][]. Full commit history is avai
1717

1818
#### Added
1919

20-
- Use `rapids_singlecell`, `cupy` and `cuml` to accelerate cluster marker computation on GPUs {pr}`37`.
21-
- Add the possibility to softly enforce adherence to expected cell types {pr}`42`.
20+
- Use `rapids_singlecell`, `cupy` and `cuml` to accelerate cluster marker computation on GPUs {pr}`37`.
21+
- Add the possibility to softly enforce adherence to expected cell types {pr}`42`.
2222

2323
#### Changed
2424

25-
- Run cluster label harmonization also for a single sample {pr}`37`.
26-
- Re-format prompts into a dataclass {pr}`42`.
25+
- Run cluster label harmonization also for a single sample {pr}`37`.
26+
- Re-format prompts into a dataclass {pr}`42`.
2727

2828
#### Fixed
2929

30-
- Fixed a bug with integer sample labels {pr}`37`.
30+
- Fixed a bug with integer sample labels {pr}`37`.
3131

3232
### 0.1.3 (2025-02-07)
3333

3434
#### Added
3535

36-
- Added tests for the single-sample case {pr}`29`.
37-
- Refer to issues and PRs with sphinx {pr}`30`.
36+
- Added tests for the single-sample case {pr}`29`.
37+
- Refer to issues and PRs with sphinx {pr}`30`.
3838

3939
#### Removed
4040

41-
- Removed `tenacity` for query retries {pr}`28`.
41+
- Removed `tenacity` for query retries {pr}`28`.
4242

4343
#### Fixed
4444

45-
- Fixed `_get_annotation_summary_string` for the single-sample case {pr}`29`.
46-
- Fixed the expected cell type marker test by adding additional marker genes {pr}`28`.
45+
- Fixed `_get_annotation_summary_string` for the single-sample case {pr}`29`.
46+
- Fixed the expected cell type marker test by adding additional marker genes {pr}`28`.
4747

4848
### 0.1.2 (2025-01-29)
4949

5050
#### Added
5151

52-
- Update the documentation, in particular the installation instructions.
52+
- Update the documentation, in particular the installation instructions.
5353

5454
### 0.1.1 (2025-01-29)
5555

5656
#### Added
5757

58-
- Initial push to PyPI
58+
- Initial push to PyPI
5959

6060
### 0.1.0 (2025-01-29)
6161

0 commit comments

Comments
 (0)