isort $(find pyexcel_io -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo) black -l 79 pyexcel_io black -l 79 tests