Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61698 > unrolled thread
| Started by | Chandru Rajendran <Chandru_Rajendran@infosys.com> |
|---|---|
| First post | 2013-12-12 11:13 +0000 |
| Last post | 2013-12-12 05:25 -0800 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
Pep8 in SetupTools Chandru Rajendran <Chandru_Rajendran@infosys.com> - 2013-12-12 11:13 +0000
Re: Pep8 in SetupTools Glenn Hutchings <zondo42@gmail.com> - 2013-12-12 05:25 -0800
| From | Chandru Rajendran <Chandru_Rajendran@infosys.com> |
|---|---|
| Date | 2013-12-12 11:13 +0000 |
| Subject | Pep8 in SetupTools |
| Message-ID | <mailman.3981.1386847210.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
Hi all, Please help me with running Pep8 using setuptools. Also help me how to Pep8 for files in a folder. Thanks & regards, Chandru **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS***
[toc] | [next] | [standalone]
| From | Glenn Hutchings <zondo42@gmail.com> |
|---|---|
| Date | 2013-12-12 05:25 -0800 |
| Message-ID | <10e699fe-0b87-4768-a6a9-a3b754c4fe97@googlegroups.com> |
| In reply to | #61698 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web