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

Fix ruff invocation in tox #728

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Conversation

dekkers
Copy link
Member

@dekkers dekkers commented Jul 8, 2024

Description

Fixes the following error when running ruff with tox:

ruff <path> has been removed. Use ruff check <path> instead.

How Has This Been Tested?

Running tox -e ruff.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Copy link

codecov bot commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.72%. Comparing base (3b42dc8) to head (42cf133).
Report is 8 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #728      +/-   ##
==========================================
- Coverage   97.84%   97.72%   -0.12%     
==========================================
  Files          78       78              
  Lines        3390     3435      +45     
  Branches      384      394      +10     
==========================================
+ Hits         3317     3357      +40     
- Misses         42       46       +4     
- Partials       31       32       +1     

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

Copy link
Contributor

@claudep claudep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine, thanks!

@claudep claudep merged commit 6532a84 into jazzband:master Jul 8, 2024
7 of 9 checks passed
@dekkers dekkers deleted the fix-ruff-invocation branch July 9, 2024 07:00
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