Pep8 in SetupTools

Glenn Hutchings zondo42 at gmail.com
Thu Dec 12 08:25:48 EST 2013


On Thursday, 12 December 2013 11:13:51 UTC, Chandru Rajendran  wrote:

> Please help me with running Pep8  using setuptools. Also help me how to Pep8 for files in a folder.

The tool you're looking for is flake8.  It integrates with setuptools, so that you can run 'python setup.py flake8'.  More information here:

http://flake8.readthedocs.org/en/2.0/setuptools.html



More information about the Python-list mailing list