-
Notifications
You must be signed in to change notification settings - Fork 752
Open
Description
https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes
E251 unexpected spaces around keyword / parameter equals
E261 at least two spaces before inline comment
It should say:
E251 unexpected spaces around keyword / parameter equals
E252 missing whitespace around parameter equals
E261 at least two spaces before inline comment
E252 was added in #717, per change log for 2.4.0 (2018-04-10).
Metadata
Metadata
Assignees
Labels
No labels