From 2681a9dcb1182d8b0fc34fbb341d77a0a13c65f2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 9 Nov 2010 11:41:51 -0500 Subject: Move pyflakes to check-pyflakes It has false positives difficult to work around now, and is really better run as a periodic check anyways. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 88a8ecc7..33df173c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,5 +48,7 @@ check-local: is not executable\n\nrun chmod +x .git/hooks/pre-commit"; false)) @echo " PEP-8 INQUISITION" @find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs $(PYTHON) $(top_srcdir)/misc/pep8.py --repeat --exclude=config.py + +check-pyflakes: @echo " CHECK Pyflakes" @find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs $(PYTHON) $(top_srcdir)/misc/pyflakes.py -- cgit v1.2.1