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

Replace isort and black with ruff #38

Merged
merged 2 commits into from
Aug 30, 2024
Merged

Replace isort and black with ruff #38

merged 2 commits into from
Aug 30, 2024

Conversation

m-reuter
Copy link
Member

Ruff is a fast alternative which we used anyway. Now I select more checks to replace isort and black to simplify things.

Copy link

codecov bot commented Aug 30, 2024

Codecov Report

Attention: Patch coverage is 11.11111% with 16 lines in your changes missing coverage. Please review.

Project coverage is 6.96%. Comparing base (094a616) to head (89b988e).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
whippersnappy/core.py 0.00% 8 Missing ⚠️
whippersnappy/read_geometry.py 0.00% 7 Missing ⚠️
whippersnappy/config_app.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main     #38   +/-   ##
=====================================
  Coverage   6.96%   6.96%           
=====================================
  Files          5       5           
  Lines        632     632           
  Branches      77      79    +2     
=====================================
  Hits          44      44           
  Misses       585     585           
  Partials       3       3           
Flag Coverage Δ
unittests 6.96% <11.11%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@m-reuter m-reuter merged commit fb9282b into main Aug 30, 2024
29 checks passed
@m-reuter m-reuter deleted the ruff branch August 30, 2024 17:19
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.

1 participant