From 2dab3e93c179648b4908ea4ae289dd4bb158c17e Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 29 Aug 2020 21:39:55 +0100 Subject: [PATCH] :newspaper: add format.sh --- format.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 format.sh diff --git a/format.sh b/format.sh new file mode 100644 index 0000000..a8ae3f1 --- /dev/null +++ b/format.sh @@ -0,0 +1,3 @@ +isort $(find pyexcel_xls -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo) +black -l 79 pyexcel_xls +black -l 79 tests