We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e23f33 + 344e6f0 commit faf3c48Copy full SHA for faf3c48
format.sh
@@ -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