Codebase list pyexcel / 55afda33-7016-49b5-8573-3f5292066963/upstream format.sh
55afda33-7016-49b5-8573-3f5292066963/upstream

Tree @55afda33-7016-49b5-8573-3f5292066963/upstream (Download .tar.gz)

format.sh @55afda33-7016-49b5-8573-3f5292066963/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