Codebase list pyexcel / run/83c411db-f9fa-4e4d-881f-0cf1ad7a3a66/main format.sh
run/83c411db-f9fa-4e4d-881f-0cf1ad7a3a66/main

Tree @run/83c411db-f9fa-4e4d-881f-0cf1ad7a3a66/main (Download .tar.gz)

format.sh @run/83c411db-f9fa-4e4d-881f-0cf1ad7a3a66/mainraw · 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