Codebase list pyexcel / run/2e194287-17a7-4a02-97c8-1877c4da2dcd/main format.sh
run/2e194287-17a7-4a02-97c8-1877c4da2dcd/main

Tree @run/2e194287-17a7-4a02-97c8-1877c4da2dcd/main (Download .tar.gz)

format.sh @run/2e194287-17a7-4a02-97c8-1877c4da2dcd/mainraw · history · blame

1
2
3
isort $(find pyexcel -name "*.py"|xargs echo) $(find tests -name "*.py"|xargs echo)
black -l 79 pyexcel
black -l 79 tests