pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

spaces before attribute access not reported as violation

Open wbolster opened this issue 8 years ago • 7 comments

Code like this:

d = {}
d     .items()

should result in a warning about excessive whitespace.

wbolster avatar Jun 24 '16 15:06 wbolster