pycodestyle
pycodestyle copied to clipboard
E131: Missing lint for inconsistent indentation
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?