Open
Description
@anthonymayer reported this in hhatto/autopep8#156.
example.py
:
x = [1, 2, 3, 4]
x[1: 3]
I would expect a message about extraneous whitespace after the colon, but pep8
seems to report nothing.
$ pep8 --version
1.5.7
$ pep8 example.py