This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

This commit is contained in:
chfw 2020-08-23 00:21:58 +00:00
parent de6344e11e
commit a96bdc32c6
1 changed files with 3 additions and 0 deletions

3
format.sh Normal file
View File

@ -0,0 +1,3 @@
isort $(find pyexcel_io -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo)
black -l 79 pyexcel_io
black -l 79 tests