Skip to content

Commit 59e622c

Browse files
committed
Merge branch 'main' into zarr-optional
2 parents 78e99c3 + ef242d7 commit 59e622c

File tree

26 files changed

+823
-200
lines changed

26 files changed

+823
-200
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,43 @@ ci:
44

55
repos:
66
- repo: https://github.com/abravalheri/validate-pyproject
7-
rev: v0.23
7+
rev: v0.24.1
88
hooks:
99
- id: validate-pyproject
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.8.4
12+
rev: v0.13.1
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --show-fixes]
1616
- id: ruff-format
1717

1818
- repo: https://github.com/codespell-project/codespell
19-
rev: v2.3.0
19+
rev: v2.4.1
2020
hooks:
2121
- id: codespell
2222
args:
2323
- --write-changes
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v5.0.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: trailing-whitespace
2929

3030
- repo: https://github.com/adamchainz/blacken-docs
31-
rev: 1.19.1
31+
rev: 1.20.0
3232
hooks:
3333
- id: blacken-docs
3434
additional_dependencies:
3535
- black==22.12.0
3636

3737
- repo: https://github.com/rbubley/mirrors-prettier
38-
rev: "v3.4.2"
38+
rev: "v3.6.2"
3939
hooks:
4040
- id: prettier
4141

4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v1.14.0
43+
rev: v1.18.2
4444
hooks:
4545
- id: mypy
4646
additional_dependencies:
@@ -50,7 +50,7 @@ repos:
5050
- pydantic-zarr >= 0.8.3
5151

5252
- repo: https://github.com/crate-ci/typos
53-
rev: v1.29.4
53+
rev: v1
5454
hooks:
5555
- id: typos
5656
files: \.(py|md|rst|yaml|toml)

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### New Features
66

7-
- [ome_zarr_models.v04.ImageLabel][] now supports being created from a Zarr array backed by an un-listable store.
7+
- All models now support being created from Zarr groups in remote HTTP stores, and more generally from any groups stored in any unlistable store.
88

99
## 1.0
1010

0 commit comments

Comments
 (0)