pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

E131: Missing lint for inconsistent indentation

Open asottile opened this issue 8 years ago • 1 comments

I expect some kind of error here, but none is produced:

f = x = y = z = 1
f(x,
    y,
  z)

perhaps E131 continuation line unaligned for hanging indent?

asottile avatar Jul 12 '17 21:07 asottile