From a278dba74e1d9bfa42ec7ccb065ea28851121a8b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 9 Feb 2016 21:59:23 +0000 Subject: [PATCH] moar fixes --- INSTALL_ALL_THE_THINGS | 1 - scripts/runtests.sh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL_ALL_THE_THINGS b/INSTALL_ALL_THE_THINGS index 5de319f..816bd1e 100755 --- a/INSTALL_ALL_THE_THINGS +++ b/INSTALL_ALL_THE_THINGS @@ -1,7 +1,6 @@ #!/usr/bin/env python3 import os -import sys from scripts.install_dotfiles import * EXEC_ORDER = [ diff --git a/scripts/runtests.sh b/scripts/runtests.sh index edc20ee..e526315 100755 --- a/scripts/runtests.sh +++ b/scripts/runtests.sh @@ -14,5 +14,5 @@ jsonlint -q atom/packages.json echo ">> Validating Python..." pip install flake8 -flake8 scripts/install_dotfiles.py --ignore=E128,E501,E401 -flake8 INSTALL_ALL_THE_THINGS --ignore=E128,E501,E401 +flake8 scripts/install_dotfiles.py --ignore=E128,E501,E401,F403 +flake8 INSTALL_ALL_THE_THINGS --ignore=E128,E501,E401,F403