Codebase list pyexcel / run/221f1b9a-0f2b-4fcf-bbbe-dd1aea0811fa/upstream format.sh
run/221f1b9a-0f2b-4fcf-bbbe-dd1aea0811fa/upstream

Tree @run/221f1b9a-0f2b-4fcf-bbbe-dd1aea0811fa/upstream (Download .tar.gz)

format.sh @run/221f1b9a-0f2b-4fcf-bbbe-dd1aea0811fa/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