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
PCManticore
changed the title
Why isn't there an error for multiple spaces after a keyword?
Formatting error for multiple spaces after a keyword is not emitted
Oct 30, 2019
bad-whitespace was removed in #3577 as not fitting pylint's roadmap, so since this code style issue is most like that warning, I suggest closing this issue on that basis.
Like
or
for example.
There is a sentence in PEP 8 about what to do if the statement is too long for one line and it specifies a single space character:
So I'd assume, a single space is the way to go for keywords.
The text was updated successfully, but these errors were encountered: