pep8.py
pep8.py copied to clipboard
E225 for lambda functions that use *args
lambda *args: None
triggers E225
Haven't dived into pep8.py details to make a patch, but this should be similar to issue #9.
Cheers, -d
It should be fixed with latest version (0.5.0).
btw, this issue tracker is obsolete. The link to the current issue tracker is on the PyPI page: http://pypi.python.org/pypi/pep8