Skip to content

Use f-strings#3928

Merged
d-v-b merged 1 commit intozarr-developers:mainfrom
DimitriPapadopoulos:f-string
Apr 29, 2026
Merged

Use f-strings#3928
d-v-b merged 1 commit intozarr-developers:mainfrom
DimitriPapadopoulos:f-string

Conversation

@DimitriPapadopoulos
Copy link
Copy Markdown
Contributor

@DimitriPapadopoulos DimitriPapadopoulos commented Apr 28, 2026

Change string addition to f-string.

Found using grep '" + ' and grep ' + "'.

TODO:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/user-guide/*.md
  • Changes documented as a new file in changes/
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@github-actions github-actions Bot added the needs release notes Automatically applied to PRs which haven't added release notes label Apr 28, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.11%. Comparing base (029c376) to head (1695018).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3928   +/-   ##
=======================================
  Coverage   93.11%   93.11%           
=======================================
  Files          85       85           
  Lines       11365    11365           
=======================================
  Hits        10582    10582           
  Misses        783      783           
Files with missing lines Coverage Δ
src/zarr/core/buffer/core.py 82.75% <100.00%> (ø)
src/zarr/core/group.py 94.94% <100.00%> (ø)
src/zarr/registry.py 89.47% <100.00%> (ø)
src/zarr/storage/_fsspec.py 91.32% <100.00%> (ø)
src/zarr/storage/_memory.py 96.74% <100.00%> (ø)
src/zarr/storage/_utils.py 96.25% <100.00%> (ø)
src/zarr/storage/_zip.py 97.68% <100.00%> (ø)
src/zarr/testing/store.py 99.47% <100.00%> (ø)
src/zarr/testing/strategies.py 92.88% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DimitriPapadopoulos DimitriPapadopoulos marked this pull request as ready for review April 28, 2026 12:19
@d-v-b d-v-b merged commit c4730be into zarr-developers:main Apr 29, 2026
28 checks passed
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