screw it, hard code files again

This commit is contained in:
Jake Howard 2016-02-09 21:49:36 +00:00
parent cfcd62302f
commit a4572e8b9c
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ jsonlint -q atom/packages.json
echo ">> Validating Python..."
pip install flake8
flake8 *.py --ignore=E128,E501 --exclude=__init__.py
flake8 scripts/install_dotfiles.py --ignore=E128,E501
flake8 INSTALL_ALL_THE_THINGS --ignore=E128,E501