Skip to content

Commit 554bb00

Browse files
committed
2 parents ada41fe + b274c3e commit 554bb00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: format.sh

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

0 commit comments

Comments
 (0)