fix paths again...

This commit is contained in:
Jake Howard 2016-03-19 20:11:32 +00:00
parent 635be451c9
commit d9b0b7c583
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jsonlint -q yaourt/packages.json
echo ">> Validating Python..."
flake8 apt/exports.py --ignore=E128,E501,E401,F403
flake8 apt/export.py --ignore=E128,E501,E401,F403
flake8 scripts/installers.py --ignore=E128,E501,E401,F403
flake8 yaourt/exports.py --ignore=E128,E501,E401,F403
flake8 yaourt/export.py --ignore=E128,E501,E401,F403
flake8 INSTALL_ALL_THE_THINGS --ignore=E128,E501,E401,F403