-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore: refactor code to meet pylint style guidelines. WIP #36
Conversation
CodeSee Review Map:Review in an interactive map View more CodeSee Maps Legend |
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.
This looks incredible @chtnnh! Thank you so much for contributing. I've left a review below, with some questions and suggested changes.
I think we could leave the CI for a next PR, just so that this PR doesn't get even bigger. What are your thoughts?
self.message = message | ||
BadRequest.message = message |
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.
Why do we need this change? We could do it differently, though, calling super.__init__(message)
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.
Linter threw an error I didn't fully understand. But this made it go away 😆
LMK if this is unacceptable
Co-authored-by: Rafael Baldasso Audibert <[email protected]>
Co-authored-by: Rafael Baldasso Audibert <[email protected]>
Co-authored-by: Rafael Baldasso Audibert <[email protected]>
#34
Sorry, I may have jumped the gun on this @rafaeelaudibert but it was really bugging me.
Also, might need your help with setting up the GitHub CI to check for pylint errors