-
Notifications
You must be signed in to change notification settings - Fork 314
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
Cleanup Pylint singleton issues #845
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.
Thanks for raising this. Looks mostly fine but I left a few comments and suggestions.
@drawlerr can you please:
|
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 iterating! LGTM
As I've mentioned yesterday, can you please ensure the following when you merge?
- Reference this PR in all issues mentioned in the checklist in Fix linting issues reported by
make precommit
#838 so we know what's fixed by which PR? - Add a
Relates #838
in your merge commit?
There are a number of 1-off pylint warnings that I've fixed and bundled in a single PR for simplicity.
Addressed:
-W1202
-W0706
-W0702
-W0127
-R1723
-R1714
-R1706
-R1702
-E0911
-E0601