We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ada41fe + b274c3e commit 554bb00Copy full SHA for 554bb00
format.sh
@@ -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