-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 pylint violations #2540
Fix pylint violations #2540
Conversation
""" | ||
Factory to generate leaf XModuleDescriptors. | ||
""" | ||
# pylint: disable=missing-docstring |
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.
Just checking - will this only disable the warning within this class?
If so, I'm fine with it, but if not, I'd prefer something that only disables the warnings in the places you intend.
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.
Yeah, it follows python's scoping (afaik).
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.
awesome thing to know, thanks
Address my comment however seems right, & once tests pass 👍 |
lgtm, thanks for cleaning this up |
Please merge as soon as possible. |
No description provided.