This commit is contained in:
chfw 2020-09-19 19:32:44 +01:00
commit faf3c48b6a
1 changed files with 3 additions and 0 deletions

3
format.sh Normal file
View File

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