moar fixes
This commit is contained in:
parent
3e5ea9f8e5
commit
a278dba74e
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import sys
|
||||
from scripts.install_dotfiles import *
|
||||
|
||||
EXEC_ORDER = [
|
||||
|
|
|
@ -14,5 +14,5 @@ jsonlint -q atom/packages.json
|
|||
echo ">> Validating Python..."
|
||||
pip install flake8
|
||||
|
||||
flake8 scripts/install_dotfiles.py --ignore=E128,E501,E401
|
||||
flake8 INSTALL_ALL_THE_THINGS --ignore=E128,E501,E401
|
||||
flake8 scripts/install_dotfiles.py --ignore=E128,E501,E401,F403
|
||||
flake8 INSTALL_ALL_THE_THINGS --ignore=E128,E501,E401,F403
|
||||
|
|
Loading…
Reference in a new issue