Skip to content

Apply ruff-specific rules (RUF)#434

Merged
joshmoore merged 4 commits intoome:masterfrom
DimitriPapadopoulos:RUF
Mar 12, 2025
Merged

Apply ruff-specific rules (RUF)#434
joshmoore merged 4 commits intoome:masterfrom
DimitriPapadopoulos:RUF

Conversation

@DimitriPapadopoulos
Copy link
Copy Markdown
Contributor

specific

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 25, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 85.52%. Comparing base (84ba4f1) to head (12f630d).
Report is 46 commits behind head on master.

Files with missing lines Patch % Lines
ome_zarr/csv.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #434   +/-   ##
=======================================
  Coverage   85.52%   85.52%           
=======================================
  Files          13       13           
  Lines        1534     1534           
=======================================
  Hits         1312     1312           
  Misses        222      222           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@joshmoore
Copy link
Copy Markdown
Member

This is now conflicting, @DimitriPapadopoulos

RUF015 Prefer `next(iter(reader()))` over single element slice
RUF021 Parenthesize `a and b` expressions when chaining `and` and `or` together, to make the precedence clear
RUF036 `None` not at the end of the type annotation.
RUF046 Value being cast to `int` is already an integer
@DimitriPapadopoulos
Copy link
Copy Markdown
Contributor Author

Rebased.

@joshmoore joshmoore merged commit f5b5879 into ome:master Mar 12, 2025
10 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the RUF branch March 12, 2025 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants