Commit 1a1ff73
committed
chore: drop unused type: ignore in test_codec_invariants
The mypy hook in CI (prek --all-files) type-checks src/ + tests/
together, so BytesBytesCodec is properly resolved when subclassed in
the test — no [misc] ignore needed.
Note: local pre-commit runs (no args) check only staged files in
isolation, which makes zarr's classes look like Any and flags this
class as needing # type: ignore[misc]. That hook is misleading;
prek --all-files (what CI uses) is authoritative.1 parent 743ea20 commit 1a1ff73
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments