Codebase list pyexcel / run/630fd79a-2eaa-4953-bdd3-0ea757a9536b/upstream format.sh
run/630fd79a-2eaa-4953-bdd3-0ea757a9536b/upstream

Tree @run/630fd79a-2eaa-4953-bdd3-0ea757a9536b/upstream (Download .tar.gz)

format.sh @run/630fd79a-2eaa-4953-bdd3-0ea757a9536b/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