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 for ruff fixer for ruff version >=0.5.0 #4802

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

TBourton
Copy link
Contributor

@TBourton TBourton commented Jul 1, 2024

As of ruff 0.5.0 the deprecated ruff <path> has now been fully removed in favour of ruff check <path>. This caused the ruff fixer to fail as it was still using the old style CLI command.

@TBourton TBourton changed the title When ruff version is >=0.5.0 add check to options Fix for ruff fixer for ruff version >=0.5.0 Jul 1, 2024
Copy link
Contributor

@hsanson hsanson left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM.

@hsanson hsanson merged commit a35fa4d into dense-analysis:master Jul 2, 2024
7 checks passed
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