From 20f2f2a1f5d4314f20a083c4175cdfe65272b225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sat, 3 Nov 2018 14:52:00 +0000 Subject: [PATCH] Remove old pyflakes commands. --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 5179361..a015e2b 100644 --- a/Makefile +++ b/Makefile @@ -39,12 +39,6 @@ init: flakes: flake8 . --count --ignore=${FLAKE_IGNORE} --max-line-length=127 --show-source --statistics -check: - @echo "Python 2.x" - @python2 -m pyflakes $(filter-out isso/compat.py,$(ISSO_PY_SRC)) - @echo "Python 3.x" - @python3 -m pyflakes $(filter-out isso/compat.py,$(ISSO_PY_SRC)) - isso/js/%.min.js: $(ISSO_JS_SRC) $(ISSO_CSS) $(RJS) -o isso/js/build.$*.js out=$@