-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PEP8 for line breaks before binary operators is incorrect #4203
Comments
PEP8 was recently changed regarding this, and the tools (here: pycodestyle) are still catching up, so this will trickle down to spyder in a while I guess. (In pycodestyle's case, the warning will be ignored by default). Close this as not-spyder's-bug? |
We could switch to use |
It's the same thing... pep8 got renamed to pycodestyle. And if you have a pep8 dependency, you should change that, as it's deprecated/not developed anymore. |
I know it's the same thing, but we still use I'm closing this issue as a duplicate of #3197. |
Hello Spyder devs,
Spyder indicates a PEP8 violation for line breaks before binary operator. However, that is the PEP8 standard.
Here's the PEP8 for that.
You can reproduce the problem by writing a line with a break in front of a binary operator.
Example
This happens in Spyder version 3.1.3 on Python 3.5 and 2.7 in Linux installed with
pip
. I also saw this on the Windows version shipped along with WinPython.Please update that.
Thank you.
The text was updated successfully, but these errors were encountered: