Codebase list pyexcel / run/d729b364-034f-49d3-90ce-4bf4e7832a89/upstream format.sh
run/d729b364-034f-49d3-90ce-4bf4e7832a89/upstream

Tree @run/d729b364-034f-49d3-90ce-4bf4e7832a89/upstream (Download .tar.gz)

format.sh @run/d729b364-034f-49d3-90ce-4bf4e7832a89/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