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

Change occurrences of format() to f-strings #439

Merged
merged 4 commits into from
Aug 21, 2024

Apply and enforce ruff/pyupgrade rules (UP)

367e575
Select commit
Loading
Failed to load commit list.
Merged

Change occurrences of format() to f-strings #439

Apply and enforce ruff/pyupgrade rules (UP)
367e575
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 11, 2024 in 1s

99.91% (target 100.00%)

View this Pull Request on Codecov

99.91% (target 100.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.91%. Comparing base (8b53fc1) to head (367e575).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #439      +/-   ##
==========================================
- Coverage   99.91%   99.91%   -0.01%     
==========================================
  Files          59       59              
  Lines        2339     2334       -5     
==========================================
- Hits         2337     2332       -5     
  Misses          2        2              
Files Coverage Δ
numcodecs/abc.py 100.00% <100.00%> (ø)
numcodecs/astype.py 100.00% <100.00%> (ø)
numcodecs/categorize.py 100.00% <100.00%> (ø)
numcodecs/compat.py 100.00% <100.00%> (ø)
numcodecs/delta.py 100.00% <100.00%> (ø)
numcodecs/fixedscaleoffset.py 100.00% <100.00%> (ø)
numcodecs/json.py 96.07% <100.00%> (-0.08%) ⬇️
numcodecs/lzma.py 100.00% <100.00%> (ø)
numcodecs/msgpacks.py 100.00% <100.00%> (ø)
numcodecs/ndarray_like.py 100.00% <100.00%> (ø)
... and 6 more