debian-python-pyexcel-xls/lint.sh

2 lines
123 B
Bash
Raw Normal View History

2019-11-12 20:40:34 +01:00
pip install flake8
flake8 --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long . && python setup.py checkdocs