-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
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 #12515
Fix ruff #12515
Conversation
for more information, see https://pre-commit.ci
@cclauss please review and tell me is it a normal situation that last commit to master has green status, but at the same time on new commits to master ruff crashes? |
Ruff is v0.9.1 almost at v1.0 where it will be more stable but for now we can expect some bumps like this. V0.9.0 also added the 2025 stable format which is shared between black and ruff format. We could run ruff only in pre-commit but I like running unpinned in GitHub Actions so we spot the changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Describe your change:
Fix ruff
Checklist: