Codebase list pyexcel / run/9259fbd9-e710-4998-b927-877c152c8b45/upstream format.sh
run/9259fbd9-e710-4998-b927-877c152c8b45/upstream

Tree @run/9259fbd9-e710-4998-b927-877c152c8b45/upstream (Download .tar.gz)

format.sh @run/9259fbd9-e710-4998-b927-877c152c8b45/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