Skip to content
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

E221 and E222 not raised #16

Closed
florentx opened this issue Sep 8, 2010 · 1 comment
Closed

E221 and E222 not raised #16

florentx opened this issue Sep 8, 2010 · 1 comment

Comments

@florentx
Copy link
Contributor

florentx commented Sep 8, 2010

Following cases should trigger PEP8 validation errors

x[0]          = 1
x[1]          = 2
long_variable = 3

x = f(x)          + 1
y = long_variable + 2
z = x[0]          + 3

x[0] =          1
x[1] =          2
long_variable = 3
@florentx
Copy link
Contributor Author

florentx commented Sep 8, 2010

Done with florentx/pep8@020560cfbdf9ab5acdc4

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant