-
Notifications
You must be signed in to change notification settings - Fork 16
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
fixed linting issues #87
fixed linting issues #87
Conversation
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 work @GFMoraga, these changes look good to me, especially if they are following ruff
/black
conventions.
I have some suggestions on how to improve the formatting (and location) of docstrings to bring them up to standards. I am going to request that they be changed because I think this is a good time to do that. We can also talk more about this during our meeting this afternoon.
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.
🎉 Thank you @GFMoraga! Hopefully, this wasn't too painful to go through and maybe it was even helpful to figure out what the typical conventions are...
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 after you address the other comments!
@all-contributors please add @GFMoraga for maintenance! |
I've put up a pull request to add @GFMoraga! 🎉 |
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.
Thanks for the changes @GFMoraga, nice work!
Thank you @bourque for the thorough review! |
…nting fixed linting issues
Change Summary
Fixed linting issues that caused a stick-in-the-mud
Overview
Ran 'ruff' and 'black on all files that where causing merge issues
Ran pre-commit run --all-files to make sure it would pass all tests
Updated Files