From 0fed6109aa32baf8b968dd11337e3841f054d2ba Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 3 Dec 2009 09:03:29 -0500 Subject: A PEP8 target, but its output is pretty annoying... --HG-- branch : config --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 7ae4bf0d..cc584c32 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,9 @@ lint: python /Python25/Lib/tabnanny.py $(LINTABLE) python checkeol.py +pep8: + pep8 --filename=*.py --ignore=E401,E301 --repeat coverage + testready: testdata devinst tests: testready -- cgit v1.2.1