Skip to content

Commit faf3c48

Browse files
committed
Merge branch 'dev' of https://github.com/pyexcel/pyexcel-ods into dev
2 parents 2e23f33 + 344e6f0 commit faf3c48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

format.sh

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

0 commit comments

Comments
 (0)