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

MAINT: use ruff instead of black, flake, isort #152

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Small docstring formatting improvement

d98927f
Select commit
Loading
Failed to load commit list.
Open

MAINT: use ruff instead of black, flake, isort #152

Small docstring formatting improvement
d98927f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 4, 2024 in 0s

91.02% (-0.04%) compared to 3149ffd

View this Pull Request on Codecov

91.02% (-0.04%) compared to 3149ffd

Details

Codecov Report

Attention: Patch coverage is 91.89189% with 3 lines in your changes missing coverage. Please review.

Project coverage is 91.02%. Comparing base (3149ffd) to head (d98927f).

Files with missing lines Patch % Lines
python/src/exactextract/operation.py 75.00% 2 Missing ⚠️
python/src/exactextract/writer.py 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #152      +/-   ##
==========================================
- Coverage   91.05%   91.02%   -0.04%     
==========================================
  Files          85       85              
  Lines        6429     6438       +9     
  Branches      628      628              
==========================================
+ Hits         5854     5860       +6     
- Misses        543      546       +3     
  Partials       32       32              

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