Codebase list pyexcel / run/5dd21a29-e761-4a61-a90c-3024a617d1bf/upstream format.sh
run/5dd21a29-e761-4a61-a90c-3024a617d1bf/upstream

Tree @run/5dd21a29-e761-4a61-a90c-3024a617d1bf/upstream (Download .tar.gz)

format.sh @run/5dd21a29-e761-4a61-a90c-3024a617d1bf/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