-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Proposal: get rid of notes like "note: In member "blah" of class "Blah":" #1821
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
Comments
This is at least worth experimenting with. The output from mypy is a little noisy. Having |
This is the block labeled |
When there's an error on a line it's pretty clear what function that is in, and the note clarifying that is not very useful. Let's get rid of such notes.
This would also make the unit tests a bit simpler -- we could use the
# E: ...
idiom more often.The text was updated successfully, but these errors were encountered: