fix path
This commit is contained in:
parent
fbfd5691a3
commit
635be451c9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jsonlint -q yaourt/packages.json
|
||||||
|
|
||||||
|
|
||||||
echo ">> Validating Python..."
|
echo ">> Validating Python..."
|
||||||
flake8 atom/exports.py --ignore=E128,E501,E401,F403
|
flake8 apt/exports.py --ignore=E128,E501,E401,F403
|
||||||
flake8 scripts/installers.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/exports.py --ignore=E128,E501,E401,F403
|
||||||
flake8 INSTALL_ALL_THE_THINGS --ignore=E128,E501,E401,F403
|
flake8 INSTALL_ALL_THE_THINGS --ignore=E128,E501,E401,F403
|
||||||
|
|
Loading…
Reference in a new issue