-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add some ruff checks #68
Conversation
There is an issue with cairo, not related to my PR :( |
You need to rebase to main so we can run the tests ;) |
Hello @Djailla in hwbench we test every commit, so appending a commit to fix tests won't work, you need to fix the faulty commits. |
f15490c
to
8178e60
Compare
For the last commit, did you want to enable pyupgrade lints "UP" (I think the commit message is not what you intended). Also, since the ruff lints are now selected, we are losing the lints "E4", "E7" and "E9" from the ruff defaults: https://docs.astral.sh/ruff/configuration/ & https://github.com/astral-sh/ruff/blob/d45c1ee44f53d9c606085e79da1830b558fc001f/crates/ruff_workspace/src/options.rs#L739 |
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.
LGTM
No description provided.