Codebase list pyexcel / run/8d0e55f4-4e62-4808-bf11-719e9940a34c/upstream format.sh
run/8d0e55f4-4e62-4808-bf11-719e9940a34c/upstream

Tree @run/8d0e55f4-4e62-4808-bf11-719e9940a34c/upstream (Download .tar.gz)

format.sh @run/8d0e55f4-4e62-4808-bf11-719e9940a34c/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