-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
__version__
is not a violation of the Twisted naming convention
#77
Conversation
@exarkun version is an exception from the rule or there is a problem with the regex for names? Thanks! |
It's a standard Python idiom to have Apart from that, |
thanks... I assume that all these "errors" came from pylint .... I stopped using pylint a long time ago as it was too pedantic... maybe we should remove pylint from pychecker and only build extra things around pyflakes.. |
Please take a look at latest changes. I have merged to pass/fail tests for attribute names into a single test as I find it easier to follow good/bad examples. Thanks! |
Looks like this needs a merge, but is otherwise fine. |
Thanks for the review. Please check latest changes. needs-review |
`__version__` is not a violation of the Twisted naming convention.
This twistedchecker warning is invalid: