📰 add mising files

This commit is contained in:
chfw 2019-11-12 19:40:34 +00:00
parent 5f6cc3e1e9
commit 376bb59594
2 changed files with 12 additions and 0 deletions

10
.isort.cfg Normal file
View File

@ -0,0 +1,10 @@
[settings]
line_length=79
known_first_party=pyexcel,xlrd,xlwt
known_third_party=mock,nose
indent=' '
multi_line_output=3
length_sort=1
default_section=FIRSTPARTY
no_lines_before=LOCALFOLDER
sections=FUTURE,STDLIB,FIRSTPARTY,THIRDPARTY,LOCALFOLDER

2
lint.sh Normal file
View File

@ -0,0 +1,2 @@
pip install flake8
flake8 . --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long