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
@OrkoHunter I'm not entirely sure. The changelog mentions W504 as a new check in version 2.4.0 (released 2018-04-10), but at the same time writes "This check is ignored by default." Still, pep8speaks started emitting W504 a while ago (end of 2018 maybe?), and it's hard to avoid both warnings at the same time :-)
With default configuration, I meant the config of pep8speaks itself, which I guess people take as template?
Apparently there has been a recent change in
pycodestyle
that favors line breaks before binary operators over breaks after them:Currently, pep8speaks complains about both variants: the first one triggers W504, the second one W503.
In principle, W504 should be ignored by default in pycodestyle, but that doesn't seem to be the case.
Should one of the two go into the list of default ignores?
The text was updated successfully, but these errors were encountered: