mirror of https://github.com/cheat/cheat.git
Lint
- Added instruction to lint `setup.py` to `ci/lint.sh` - Updated `setup.py` per linter suggestions
This commit is contained in:
parent
a37577ee85
commit
9931b78c5f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue