screw it, hard code files again
This commit is contained in:
parent
cfcd62302f
commit
a4572e8b9c
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ jsonlint -q atom/packages.json
|
||||||
echo ">> Validating Python..."
|
echo ">> Validating Python..."
|
||||||
pip install flake8
|
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
|
flake8 INSTALL_ALL_THE_THINGS --ignore=E128,E501
|
||||||
|
|
Loading…
Reference in a new issue