[Python-checkins] distutils2: pyflakes is more important than pep8, run it first

eric.araujo python-checkins at python.org
Mon Nov 14 15:24:07 CET 2011


http://hg.python.org/distutils2/rev/13e8ceab09ca
changeset:   1224:13e8ceab09ca
user:        Éric Araujo <merwok at netwok.org>
date:        Fri Nov 11 10:41:36 2011 +0100
summary:
  pyflakes is more important than pep8, run it first

files:
  check.sh |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/check.sh b/check.sh
--- a/check.sh
+++ b/check.sh
@@ -1,2 +1,4 @@
-pep8 distutils2
+# TODO exclude backports
 pyflakes distutils2
+pep8 -r distutils2
+# maybe:  exit $?

-- 
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list