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

chore: upgrade ruff to v0.7.0 #1437

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

chore: upgrade ruff to v0.7.0 #1437

wants to merge 4 commits into from

Conversation

IronCore864
Copy link
Contributor

@IronCore864 IronCore864 commented Oct 18, 2024

Currently, we are using ruff 0.4.5 but recently 0.7.0 was released, this PR upgrades ruff to 0.7.0 for both formatting and linting.

Note that there is a regression issue on SIM115 here, which is why some SIM115 checks are ignored for now.

Closes #1335.

@IronCore864 IronCore864 marked this pull request as ready for review October 18, 2024 02:40
Copy link
Collaborator

@benhoyt benhoyt left a comment

Choose a reason for hiding this comment

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

Looks good overall, thanks. Regarding this issue / SIM115, unless I'm missing something, it looks like it's intentionally flagging those now, so I don't think we should have TODO comments on these, right?

We should just keep the noqa: SIM115 comments as this will be always on now.

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.

Upgrade ruff to latest
2 participants