-
Notifications
You must be signed in to change notification settings - Fork 47
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 ruff check to CI and clean up Python #1661
Conversation
Co-authored-by: cqc-melf <[email protected]>
"A", | ||
"AIR", | ||
# "ANN", | ||
# "ARG", # TODO |
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.
is there an issues that we could link?
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.
I can make an issue to come back and address some of these.
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.
One last point
Closes #1639 .
I've configured ruff to ignore a few rules but we might want to address these as well in future (in particular we should probably use
__all__
in init files instead of importing with wildcards).