-
Notifications
You must be signed in to change notification settings - Fork 205
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
N815 is not being reported #187
Comments
I don't really understand, you want unittest mixed case method overrides to be reported as N815? You've provided no sample code, no expectations, and you haven't explained what you're seeing. This issue is not actionable. |
No, I want N815 to be reported where applicable.
Well hows this:
I want N815 to be reported where applicable.
N815 is not being reported. I have a version that should according to other links. |
class AClass:
mixedConst = 0
def __init__(self):
self.fooBar = 42
def mixedMethod(self):
self.fooBar = 24
fooBar = 42
def funFunc():
return 42
The documentation for |
So what is the code for instance scope? |
I don't really understand, previous bug reports indicated it would as there is an exception list for things like unittest.
#93
1679354
The text was updated successfully, but these errors were encountered: