Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply assorted ruff/refurb rules (FURB) #1873

Merged
merged 4 commits into from
May 17, 2024

Conversation

DimitriPapadopoulos
Copy link
Contributor

Note: #1707 is the same applied to the main branch

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/tutorial.rst
  • Changes documented in docs/release.rst
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@jhamman jhamman added the V3 Related to compatibility with V3 spec label May 16, 2024
@jhamman jhamman added this to the 3.0.0.alpha milestone May 16, 2024
FURB118 Use `operator....` instead of defining a lambda
FURB171 Membership test against single-item container
FURB113 Use `....extend(...)` instead of repeatedly calling `....append()`
@jhamman jhamman merged commit 88946d2 into zarr-developers:v3 May 17, 2024
18 checks passed
@jhamman
Copy link
Member

jhamman commented May 17, 2024

Thanks @DimitriPapadopoulos!

@DimitriPapadopoulos DimitriPapadopoulos deleted the FURB_v3 branch May 17, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V3 Related to compatibility with V3 spec
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants