📰 add format.sh

This commit is contained in:
chfw 2020-08-29 21:39:55 +01:00
parent 02c7111146
commit 2dab3e93c1
1 changed files with 3 additions and 0 deletions

3
format.sh Normal file
View File

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