debian-python-pyexcel-io/lint.sh

2 lines
123 B
Bash
Raw Normal View History

2019-07-15 09:55:54 +02:00
pip install flake8
2020-10-16 23:39:09 +02:00
flake8 --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long . && python setup.py checkdocs