Codebase list pyexcel / run/61e95176-6a57-459e-8166-662ed396b0d1/upstream format.sh
run/61e95176-6a57-459e-8166-662ed396b0d1/upstream

Tree @run/61e95176-6a57-459e-8166-662ed396b0d1/upstream (Download .tar.gz)

format.sh @run/61e95176-6a57-459e-8166-662ed396b0d1/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