Codebase list pyexcel / run/67997cdf-c45f-491d-a4bb-c55c09b7d28d/main format.sh
run/67997cdf-c45f-491d-a4bb-c55c09b7d28d/main

Tree @run/67997cdf-c45f-491d-a4bb-c55c09b7d28d/main (Download .tar.gz)

format.sh @run/67997cdf-c45f-491d-a4bb-c55c09b7d28d/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