-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Rearrange module level dunders and add public submodules #2805
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
Conversation
Changes look good 👍 What would you think about adding a unit test for this? i.e. check for every file that's named
I guess that could be done with a bit of regex. E.g. for the second one something like Not sure if this actually helps or just makes more problems 😄 |
hm, I specifically removed
actually I think this is something pylint should warn about. I'll open an issue upstream and see if they want to support it or not.
yes sounds reasonable. |
to me that sounds like
nice idea 💪 |
Opened pylint-dev/pylint#5471 |
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 👍 about dunder names coming first: do you want to, wait for pylint, add a custom test temporarily or just merge? I'm open for all :)
I think we can merge and then just update pylint dependency if they support it. |
Closes #2763