From a96bdc32c6c76a86ff81cbd1c713ced567efcb03 Mon Sep 17 00:00:00 2001 From: chfw Date: Sun, 23 Aug 2020 00:21:58 +0000 Subject: [PATCH] This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst --- 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..73a38db --- /dev/null +++ b/format.sh @@ -0,0 +1,3 @@ +isort $(find pyexcel_io -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo) +black -l 79 pyexcel_io +black -l 79 tests