moar fixes

This commit is contained in:
Jake Howard 2016-02-09 21:59:23 +00:00
parent 3e5ea9f8e5
commit a278dba74e
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
#!/usr/bin/env python3
import os
import sys
from scripts.install_dotfiles import *
EXEC_ORDER = [

View File

@ -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