pep8.py icon indicating copy to clipboard operation
pep8.py copied to clipboard

E225 for lambda functions that use *args

Open davedash opened this issue 15 years ago • 1 comments

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

davedash avatar Jan 26 '10 22:01 davedash

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

florentx avatar Mar 02 '10 08:03 florentx