From cfcd62302f3bd763471a92ec0b9aa801634f86f2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 9 Feb 2016 21:44:57 +0000 Subject: [PATCH] specify python files --- scripts/runtests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/runtests.sh b/scripts/runtests.sh index 7548f0e..fb5dc2c 100755 --- a/scripts/runtests.sh +++ b/scripts/runtests.sh @@ -14,4 +14,5 @@ jsonlint -q atom/packages.json echo ">> Validating Python..." pip install flake8 -flake8 * --ignore=E128,E501 --exclude=venv/,node_modules/ +flake8 *.py --ignore=E128,E501 --exclude=__init__.py +flake8 INSTALL_ALL_THE_THINGS --ignore=E128,E501