Codebase list pyexcel / run/14bbda09-9f4c-491f-8b1b-cdc3630381ec/upstream format.sh
run/14bbda09-9f4c-491f-8b1b-cdc3630381ec/upstream

Tree @run/14bbda09-9f4c-491f-8b1b-cdc3630381ec/upstream (Download .tar.gz)

format.sh @run/14bbda09-9f4c-491f-8b1b-cdc3630381ec/upstreamraw · 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