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 ruff format . and ruff check --fix . #144

Closed
wants to merge 4 commits into from

Conversation

zacharyburnett
Copy link
Collaborator

@zacharyburnett zacharyburnett commented Apr 5, 2024

this includes:

  • fix the ruff configuration in pyproject.toml:
      [tool.ruff]
      line-length = 100
    + 
    + [tool.ruff.lint]
  • update usage of ruff check in tox.ini (tox -e check-style):
    - ruff .
    + ruff check .
  • run ruff check --fix .
  • run ruff format .

@zacharyburnett zacharyburnett self-assigned this Apr 5, 2024
@zacharyburnett zacharyburnett requested a review from a team as a code owner April 5, 2024 15:58
Copy link

codecov bot commented Apr 5, 2024

Codecov Report

Attention: Patch coverage is 84.90566% with 8 lines in your changes missing coverage. Please review.

Project coverage is 75.29%. Comparing base (0104065) to head (b1df8af).
Report is 16 commits behind head on main.

Files with missing lines Patch % Lines
drizzle/drizzle.py 93.93% 2 Missing ⚠️
drizzle/util.py 77.77% 2 Missing ⚠️
setup.py 0.00% 2 Missing ⚠️
drizzle/__init__.py 0.00% 1 Missing ⚠️
drizzle/dodrizzle.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #144   +/-   ##
=======================================
  Coverage   75.29%   75.29%           
=======================================
  Files           7        7           
  Lines         344      344           
=======================================
  Hits          259      259           
  Misses         85       85           

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

@mcara
Copy link
Member

mcara commented May 17, 2024

@zacharyburnett Could you, please, rebase?

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