-
Notifications
You must be signed in to change notification settings - Fork 78
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 linting issues #185
Fix linting issues #185
Conversation
Seems like my docstring fixes broke some tests. Will fix |
712c2d9
to
88077ab
Compare
@MMathisLab , this is also finally done! should fix all remaining linting errors in ruff. found some actual errors in the code we missed before before the code in the respective section is not fully covered by tests (should be fixed in a future PR) |
- lines too long - unused variables - missing imports - duplicate names for classes
- missing paths - long lines - unused variables - typos
7ce8453
to
a84a940
Compare
@MMathisLab good to go once tests pass? |
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.
Did not locally test, but looking over it looks great, thanks @stes !
Ok sth broke Will fix later and then merge |
After merging #167 , this PR fixes all linting issues. This includes: