Skip to content

Commit 5d3eab2

Browse files
Merge branch 'main' into feature/concat_hdf5_virtual_datasets
2 parents b4ac4a5 + ea01c69 commit 5d3eab2

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/test-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# If neither is set, this job fails, `test` is skipped, and the whole workflow fails.
3333
check:
3434
name: "Triage: Check if GPU tests are allowed to run"
35-
if: (!contains(github.event.pull_request.labels.*.name, 'skip-gpu-ci'))
35+
if: ${{ !(github.event.pull_request.user.login == 'pre-commit-ci[bot]' || contains(github.event.pull_request.labels.*.name, 'skip-gpu-ci')) }}
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: flying-sheep/check@v1

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.12.7
3+
rev: v0.12.9
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -10,15 +10,15 @@ repos:
1010
id: ruff
1111
args: ["--preview", "--select=PLR0917"]
1212
- repo: https://github.com/biomejs/pre-commit
13-
rev: v2.1.3
13+
rev: v2.2.0
1414
hooks:
1515
- id: biome-format
1616
- repo: https://github.com/ComPWA/taplo-pre-commit
1717
rev: v0.9.3
1818
hooks:
1919
- id: taplo-format
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v5.0.0
21+
rev: v6.0.0
2222
hooks:
2323
- id: trailing-whitespace
2424
- id: end-of-file-fixer

docs/release-notes/0.12.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
(v0.12.2)=
2+
### 0.12.2 {small}`2025-08-11`
3+
4+
### Bug fixes
5+
6+
- Revert accidental change where {attr}`~anndata.AnnData.X` got written to disk when it was `None` {user}`flying-sheep` ({pr}`2054`)

docs/release-notes/2054.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)