You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree. This check provides no real benefit. Even when we're dealing with actual words, are the docs really so much more readable when one writes:
foo = 4 # A counter
versus:
foo = 4 # a counter
Is it really worth out time to be chasing this nonsense down? And I'm often starting a comment with the name of a symbol, so to work around this, I need to rephrase my comment.
I have the line
Which causes the following warning to be emitted:
This is silly. I would suggest dropping the check altogether.
The text was updated successfully, but these errors were encountered: