Skip to content

Commit 1a98886

Browse files
normanrzjhamman
andauthored
Extensible codecs for V3 (#1588)
* Pull Zarrita into Zarr-Python @ 78274781ad64aef95772eb4b083f7ea9b7d03d06 No code changes to Zarrita were made. * apply zarr lint rules * zarrita -> v3 * v3/abc [wip] * use abcs plus implementation notes * working on making codecs extensible * adds index_location * adds support for codec entry points * adds tests from zarrita * fixes types * Apply suggestions from code review Co-authored-by: Joe Hamman <[email protected]> * remove test codec from pyproject.toml --------- Co-authored-by: Joseph Hamman <[email protected]> Co-authored-by: Joe Hamman <[email protected]>
1 parent b4c2a19 commit 1a98886

17 files changed

+2001
-663
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ repos:
2727
hooks:
2828
- id: check-yaml
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.3.0
30+
rev: v1.7.1
3131
hooks:
3232
- id: mypy
3333
files: zarr
3434
args: []
3535
additional_dependencies:
3636
- types-redis
3737
- types-setuptools
38+
- attrs

0 commit comments

Comments
 (0)