specify python files
This commit is contained in:
parent
aa79aa9f8e
commit
cfcd62302f
1 changed files with 2 additions and 1 deletions
|
@ -14,4 +14,5 @@ jsonlint -q atom/packages.json
|
|||
echo ">> Validating Python..."
|
||||
pip install flake8
|
||||
|
||||
flake8 * --ignore=E128,E501 --exclude=venv/,node_modules/
|
||||
flake8 *.py --ignore=E128,E501 --exclude=__init__.py
|
||||
flake8 INSTALL_ALL_THE_THINGS --ignore=E128,E501
|
||||
|
|
Loading…
Reference in a new issue