Codebase list pyexcel / run/9d1e9c41-bcb2-445a-8c5a-a651b37ac105/upstream format.sh
run/9d1e9c41-bcb2-445a-8c5a-a651b37ac105/upstream

Tree @run/9d1e9c41-bcb2-445a-8c5a-a651b37ac105/upstream (Download .tar.gz)

format.sh @run/9d1e9c41-bcb2-445a-8c5a-a651b37ac105/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