- Added instruction to lint `setup.py` to `ci/lint.sh`
- Updated `setup.py` per linter suggestions
This commit is contained in:
Chris Lane 2019-02-01 15:24:04 -05:00
parent a37577ee85
commit 9931b78c5f
2 changed files with 13 additions and 12 deletions

View File

@ -5,5 +5,6 @@ SCRIPT=`realpath $0`
SCRIPTPATH=`dirname $SCRIPT`
APPROOT=`realpath "$SCRIPTPATH/.."`
flake8 $APPROOT/setup.py
flake8 $APPROOT/bin/cheat
flake8 $APPROOT/cheat/*.py