Stop linting downloads
This commit is contained in:
parent
8960e44052
commit
f350cc060c
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ jsonlint -q atom/packages.json
|
||||||
echo ">> Validating Python..."
|
echo ">> Validating Python..."
|
||||||
pip install flake8
|
pip install flake8
|
||||||
|
|
||||||
flake8 * --ignore=E128,E501
|
flake8 * --ignore=E128,E501 --exclude=env/,node_modules/
|
||||||
|
|
Loading…
Reference in a new issue