Skip to content

Conversation

@pre-commit-ci
Copy link
Contributor

@pre-commit-ci pre-commit-ci bot commented Dec 1, 2025

@github-actions github-actions bot added the needs release notes Automatically applied to PRs which haven't added release notes label Dec 1, 2025
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.3...v0.14.10)
- [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1)
- [github.com/scientific-python/cookie: 2025.10.20 → 2025.11.21](scientific-python/cookie@2025.10.20...2025.11.21)
- [github.com/numpy/numpydoc: v1.9.0 → v1.10.0](numpy/numpydoc@v1.9.0...v1.10.0)
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 286f30b to 49b5368 Compare January 5, 2026 19:15
ZarrFormat = Literal[2, 3]
NodeType = Literal["array", "group"]
JSON = str | int | float | Mapping[str, "JSON"] | Sequence["JSON"] | None
JSON = str | int | float | bool | Mapping[str, "JSON"] | Sequence["JSON"] | None
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

previously we didn't have bool in this union. now we do.

@d-v-b d-v-b enabled auto-merge (squash) January 8, 2026 13:16
@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

❌ Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 60.90%. Comparing base (034cd20) to head (0b056fb).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/zarr/core/common.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3610   +/-   ##
=======================================
  Coverage   60.90%   60.90%           
=======================================
  Files          86       86           
  Lines       10174    10174           
=======================================
  Hits         6196     6196           
  Misses       3978     3978           
Files with missing lines Coverage Δ
src/zarr/_cli/cli.py 98.00% <100.00%> (ø)
src/zarr/core/common.py 47.20% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@d-v-b d-v-b merged commit 79d864e into main Jan 8, 2026
37 checks passed
@d-v-b d-v-b deleted the pre-commit-ci-update-config branch January 8, 2026 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs release notes Automatically applied to PRs which haven't added release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants